• I’m having trouble with importing a CSV file, particularly when there are multiple line items. I cannot get the CSV file to import without an error about there being too many pipe symbols. The CSV file is formatted as explained on the “Import CSV” page and is identical to the sample file provided. Any assistance would be greatly appreciated, thanks!

Viewing 1 replies (of 1 total)
  • Hello there

    I agree the CSV file is difficult sometimes to maintain because when you have a big table you physically cannot read everything. And the worst thing is that it requires you to keep using correct delimiters between cells (commas “,“) and rows (CR/LF). And if you use long strings with space characters, they should be wrapped with quote symbols (‘‘) because if not, they could be split into several cells. The worst thing is that you have to follow the rules globally for the whole file and sometimes it won’t work while visually the document could look good. So please pay a little more attention and make sure the CSV is really ok.

    My best,
    Andrew

Viewing 1 replies (of 1 total)

The topic ‘CSV Import’ is closed to new replies.