Importing Quotation Marks in CSV Files
If you import csv (comma-separated values) data files that contain quotation marks, it is important to understand how Denali handles quotation marks during the import process.
Quotation Mark Rule
Example
Single quotation marks at the start of data in a field are removed. If you want Denali to keep quotation marks at the start of data, you need to add two more sets of quotation marks.
“““these quotation marks should remain””” = “these quotation marks should remain”
Quotation marks keep items that are separated by commas together as a group. If you have quotation marks at the start of a data field because information inside the quotes is separated by commas, but you want it to remain in one field, leave the quotes as is.
“quotation marks, keep, things, together” = quotation marks, keep, things, together
Quotation marks in the middle of a data string remain just as you typed them.
middle quotation marks “are not” affected = middle quotation marks “are not” affected
 
 
 
Published date: 12/03/2021