You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to develop new feature to import raw data, like excel, csv, or maybe parquet to postgresql. and here the design that I think match to this project (if you have another approach, let me know).
first we need multi data source importer, this will import any data source like csv, excel, or another format to javascript object, the data and the column information. we can add more source as long we can import it to same format.
then with that data and column information, we can build simple DDL and DML to create query to create the table also insert all rows to new table.
run query
this just simple design, in the UI we can add features like raw data viewer, query and column editor before import the data.
@JfrAziz by just using https://www.papaparse.com/ , the first two steps are already solved ("raw data importer", and "data/json + column identification" ) - see the examples there.
we want to develop new feature to import raw data, like excel, csv, or maybe parquet to postgresql. and here the design that I think match to this project (if you have another approach, let me know).
this just simple design, in the UI we can add features like raw data viewer, query and column editor before import the data.
reference
The text was updated successfully, but these errors were encountered: