Skip to content

v0.5.7

Latest
Compare
Choose a tag to compare
@ddotta ddotta released this 04 Mar 13:39
· 9 commits to main since this release

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 #46
  • csv_to_parquet now has a read_delim_args argument, allowing passing of arguments to read_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 to csv_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