Import CSV having splitted categories
Posted: Wed Apr 19, 2023 4:37 am
I'd like to import data from csv file. Each item has multiple categories so the deposit is splitted. How can I import this kind of data?
If I export this kind of data from mmex to CSV I get one row for each category, like:
ID;category;deposit
13;70;1000
13;82;3000
If I import it back to a new db, that will be two separate line in the database.
Thanks.
If I export this kind of data from mmex to CSV I get one row for each category, like:
ID;category;deposit
13;70;1000
13;82;3000
If I import it back to a new db, that will be two separate line in the database.
Thanks.