Clever / optimus

Concurrently extract, transform, and load tables of data in Go
Apache License 2.0
34 stars 7 forks source link

Adds warning about delimiter for sources/csv #36

Closed MaerF0x0 closed 9 years ago

MaerF0x0 commented 9 years ago

I lost a lot of time trying to debug why a CSV was failing, turned out it was comma separated , but was read with a tab delimited reader. This could have helped.

azylman commented 9 years ago

minor comment about about error wording, but other than that, lgtm.

azylman commented 9 years ago

Actually, also comment about the way that errors are handled that should be addressed before merging

azylman commented 9 years ago

lgtm!