docker4data
docker4data copied to clipboard
Handle "money" data type properly
This dataset has a "money" typed column which is filled with values starting with "$", which makes pgloader barf (and take forever.)
Clearly suboptimal to default these to a text type, anyway to tell one from the other?
For now these are all being inferred as "text".
One idea would be to peak at the downloaded CSV using python and do a type comparison.