crowemi / target-s3

singer.io target for S3 built with @meltano SDK
https://hub.meltano.com/loaders/target-s3
9 stars 24 forks source link

feat: implement csv writer #6

Open pnadolny13 opened 1 year ago

pnadolny13 commented 1 year ago

The csv format type logic still needs to be written. I think the current base format and smart open handle most of this for us already but we need to figure out the best way to pass in the csv config options for common use cases e.g. delimter, quotechar, encoding, etc.

crowemi commented 1 year ago

I was thinking the properties should be refactored to handle specific files formats configurations. (#8)