I don’t have excel on my machine. Trying to import data from csv file to add values to parameters in family.
I am facing two issues. The comma in a sentence is acting as text delimiter and increasing the list numbers and some quotations showing up in the text as shown below.
The only solution I find in the forum is to replace comma by full stop which is not giving me desired results.
In the second image attached, text delimiter feature is removing the quotations in openoffice.Need something similar in Dynamo.
answer 1: avoid CSV format wherever possible- it is a poor format for the reasons you’ve identified
answer 2: the Python CSV importer is more tolerant- refer below. I’ve only used ‘Python Script from String’ so you can see it on the screenshot
For complex or inconsistent data, you would need to use regular expressions in the find & replace which can be hit & miss. A data pattern that you haven’t thought of will cause it to break