Hello,
I’m developing a program that requires data upload via a csv file. I have a paying account.
As I didn’t have control over the titles of my client’s csv file and didn’t want to force him to rename them, I installed Eli’s 1T Uploader plugin. This plugin associates the title of the column in my customer’s csv file with the title of my column in the database.
For example: it’s possible to associate the “Phone” column in my customer’s file with the “Number” column in my database.
Now comes the problem: this program transforms the data into JSON.
With a reprating group and a JSON reader, it is possible to separate the columns correctly… but I can’t save the results of the repeating group in my database.
Can anyone advise me?
Ideally, I wouldn’t use a Plugin, but I don’t want to force my customer to rename his titles to match mine… unless I have no choice.
Do you have an idea?
Matthieu