Show HN: An open source, modern CSV importer tool in React (czhu12.github.io) 4 points by czhu12 3y ago ↗ HN
[–] loa_observer 3y ago ↗ I upload my csv file, and it seems still uses a fixed meta which is not from my data...quit confusing.people don't want to pre-config the meta before uploading a csv file [–] quickthrower2 3y ago ↗ Since the fields are props, in practice you could make it dynamic.That said, I prefer the approach of SQL Server imports where you import the CSV, and THEN, map the fields.
[–] quickthrower2 3y ago ↗ Since the fields are props, in practice you could make it dynamic.That said, I prefer the approach of SQL Server imports where you import the CSV, and THEN, map the fields.
2 comments
[ 1.1 ms ] story [ 17.8 ms ] threadpeople don't want to pre-config the meta before uploading a csv file
That said, I prefer the approach of SQL Server imports where you import the CSV, and THEN, map the fields.