issues
search
Stedi-Demos
/
bootstrap-archived
A workflow for receiving and sending EDI documents that you can adjust to build your own EDI system.
Apache License 2.0
7
stars
7
forks
source link
feat: add csv-to-json function and binding
#155
Closed
rsioss
closed
1 year ago
rsioss
commented
1 year ago
adds new
csv-to-json
function, along with unit tests
adds function binding for
csv-to-json
for file.processed events with type: "CSV"
minor cleanup for previous
csv-from-json
PR:
support parser config override along with corresponding unit test
unit test typo fixes
schema cleanup
csv-to-json
function, along with unit testscsv-to-json
for file.processed events with type: "CSV"csv-from-json
PR: