Csv boolean parse [feature request]

Currently starrocks treats boolean as 1/0 but postgresql as t/f.

When importing data via jdbc conversion happens automatically.

When importing via csv, postgresql exports as t/f and starrocks just nulls the data, forcing to import columns as text type and do conversion later.

Can you create a RFE github issue for this?

If you haven’t tried Sling (Add more usage examples to StarRocks · Issue #140 · slingdata-io/sling-cli · GitHub) … that’s a pretty easy way to move data from one system to another.