This release includes :
- bugfix by @leungi: remove single quotes in SQL statement thatgenerates incorrect SQL syntax for connection of type Microsoft SQL Server #45
{parquetize}
now has a minimal version (2.4.0) for{haven}
dependency package to ensure that conversions are performed correctly from SAS files compressed in BINARY mode #46csv_to_parquet
now has aread_delim_args
argument, allowing passing of arguments toread_delim
(added by @nikostr).table_to_parquet
can now convert files with uppercase extensions (.SAS7BDAT, .SAV, .DTA)
What's Changed
- Add user_na argument in table_to_parquet function by @ddotta in #44
- fix: remove single quotes in SQL statement by @leungi in #45
- Specify minimal version for haven by @ddotta in #47
- Improves documentation for
csv_to_parquet()
for txt files by @ddotta in #48 - Adds argument
read_delim_args
tocsv_to_parquet
by @nikostr in #49 - table_to_parquet() can now convert files with uppercase extensions by @ddotta in #54
New Contributors
Full Changelog: v0.5.6.1...v0.5.7