What is the correct way to format a .csv to import into a List of Texts?
My dataset of three text items:
Item,Cost
300,120
2
I have tried:
[“Item,Cost”,“300,120”,“2”]
What is the correct way to format a .csv to import into a List of Texts?
My dataset of three text items:
Item,Cost
300,120
2
I have tried:
[“Item,Cost”,“300,120”,“2”]
I am getting a similar error. Does anyone have a solution?
This topic was automatically closed after 70 days. New replies are no longer allowed.