holdenmatt / duckdb-wasm-kit

Hooks and utilities to make it easier to use duckdb-wasm in React apps.
https://www.npmjs.com/package/duckdb-wasm-kit
MIT License
101 stars 4 forks source link

TIMESTAMP to date time format #7

Closed rohitgarud closed 10 months ago

rohitgarud commented 10 months ago

Hi.. can you please add the Discussion section to this repo, so that we can ask general questions there.

My question is that I am importing from a csv file but the date columns are of TIMESTAMP type with time given in microseconds from the epoch, I want to have these columns in ISO datetime format.. how can I convert columns from the uploaded to the required format?