bug: add csv data UI: missing leading zero
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2023 06:58 AM
use add data UI, add csv manually, even set data type as string, the leading zero will be missing
example csv
val1,val2
0012345, abc
after load data,
123,abc is stored in table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2023 07:55 AM
Hey @lizo I don't think there is any bug we generally do not count Zeros in front of the number
It's not able to CSV I created a table in the databricks but it is happening the same.
Thanks
Aviral Bhardwaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2023 09:23 AM
Hi @lizou ,
Can you please check again in your .csv file if the value is appended with zeros and stored as a string only, as per the post I believe you are fine to store the number as a string, and I am not facing any issues.
I tried to replicate the same as mentioned below
Created a .csv file with numbers as text with zeros at the start and manually uploaded in UI of the data tab in databricks and read into df , working fine without any issues as shown below,
Please let me know if this answers your query
Happy Learning!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2023 04:06 PM
there are no issues using spark.read in notebooks
the issue is specific to using Add Data User interface and adding a csv file manually.

