Releases: corymickelson/norc
Releases · corymickelson/norc
Minor Bug Fix
Fixes minor bug in Writer.merge
Read/Write to Memory, Add Merging to Writer
Add MemoryFile for reading / writing to / from node buffer, add merge ability in Writer, fix bug in Reader.read into array iterator.
v0.4.1
This release fixes the Reader.read event emitter. This is the preferred method of reading a file, the array iterator will be deprecated on the next minor release.
Bug Fixes
v0.4.0 Fix reader error
Batch write option
v0.3.0 add batch write
Minor Bug Fix
Fix schema validation in Writer.add
Initial Reader Implementation
Add reader wrapper
Minor fix
Fix batch size missing column
define schema in js
v0.2.0 writer.add
initial offering
This is a prof of concept release, built for a single purpose: converting csv files to orc in AWS lambda. Execution in AWS Lambda requires the companion package norc-aws