csv-import
csv-import copied to clipboard
Add support for saving previous mappings
I'm writing an application which will require a recurring import. I would like to save the suggested mappings on a user-basis so that if a user imports the same file again, the app will remember how the columns were mapped last time.
Can the column mappings be added somehow to the onComplete hook so that I can save this to my database for the user?