Hello All,
I must import csv files with 2000 lines but I do not succeed, it it creating one json record instead of separating each line. When I use extract from csv, I don't see any record. But when I use extract from text, I got some information but unfortunately, there is only 1 json like you can see here below. How can I do to separate each line to have 2000 records? When I use import from csv and I deactivate the option header row, I see the first row, but still only one record. Maybe I am doing something wrong or I miss something. Thank you for your help.