Joshua Zierhut

Results 3 issues of Joshua Zierhut

BREAKING CHANGE: zipDirectory must now be called from within an async function and awaited. See issue: https://github.com/brendan-duncan/archive/issues/292

Fixes #7141 Currently when you use `LoadCsv` or `LoadCsvFromString` without supplying data types for each column, the code will try to guess the data types based on the data in...

community-contribution

**Is your feature request related to a problem? Please describe.** Currently when you use `LoadCsv` or `LoadCsvFromString` without supplying data types for each column, the code will try to guess...

enhancement
untriaged