You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the data import wizard doesn't play nicely with text data with multiple spaces as delimiters(or maybe I don't play nicely with the data importer ;-). This is common in fixed width data sets like this:
FIRST LAST STATE TELEPHONE AGE WEIGHT
John Smith WA 418-Y11-4111 26 3.0456
Mary Hartford CA 319-Z19-4341 5 13.5687
Evan Nolan IL 219-532-c301 145 45.7890
Putting a ' ' (a space) in a the 'other' text box gives this:
When it could give this:
I can submit a pull request to add a "whitespace" radio button to have this option, if you think that's a good direction to go.
The text was updated successfully, but these errors were encountered:
Currently the data import wizard doesn't play nicely with text data with multiple spaces as delimiters(or maybe I don't play nicely with the data importer ;-). This is common in fixed width data sets like this:
Putting a
' '
(a space) in a the 'other' text box gives this:When it could give this:
I can submit a pull request to add a "whitespace" radio button to have this option, if you think that's a good direction to go.
The text was updated successfully, but these errors were encountered: