Hi,
I’ve the following scenario:
user wants to upload a csv file.
Those csv files can contain German umlauts and its often semicolon separated.
IF there is no thing with the same “id” it shall be created.
IF the id exists, two fields shall be updated.
Right now - I’m using “1T - CSV Uploader” and a workaround to create those things in a “_temp” table and after this is finished I’m starting a wf to copy those things into an other table with this duplication/update check.
Is there an easier way or plugin to do it?



