firestore-migrator icon indicating copy to clipboard operation
firestore-migrator copied to clipboard

Empty strings ("") gets imported as number 0

Open jhk115 opened this issue 4 years ago • 2 comments

When we import empty strings, the importer imports the value as a number type 0. Any workarounds for this besides leaving out the field completely?

jhk115 avatar Mar 27 '20 17:03 jhk115

I was importing lots of data and only experienced this issue with about 200 or so records out of 15,000. I have no idea why these records' empty strings are being imported as 0.

rayfarer avatar Apr 21 '20 17:04 rayfarer

Looks like this is related to this issue #49

mochadwi avatar Jan 04 '21 11:01 mochadwi