slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
398 stars 27 forks source link

Improve Logic for `NULL` vs blank values from source (database -> database) #271

Closed flarco closed 5 months ago

flarco commented 5 months ago

Need to better distinguish between the nulls and blank values so they are kept from source. Also set empty_as_null to false by default.

flarco commented 5 months ago

Fixed here: https://github.com/slingdata-io/sling-cli/pull/274