I would like to upload tables in different formats (txt, csv, xls, xlsx, and probably sql) and different delimiters ("," ";" "tabulation" "vertical bar")
The thing is, I need a smart mapping module for that, that detects the headers, the delimitation and the file format.
Is there any module for that? (Nuget, Package) I'm using .net core now, but not really sure to find exactly this.
If you already treated with this issue, please let me know
We tried some basic package, but did not really work out