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
Need to do some error handling around table name length.
If you don't limit table names to 31 characters you end up with some issues. MS Excel only displays 31 characters in the tab name. If the name of the table ends up being longer than 31, Rabbit In a Hat cannot connect the table name to the tab with the data in it.
For Example, when scanning the Synpuf CSVs:
Original File Name: DE1_0_2008_to_2010_Prescription_Drug_Events_Sample_1
File Name Scanned: 2008_to_2010_Prescription_Drug_Events_1
Tab Name: 2008_to_2010_Prescription_Drug_
The text was updated successfully, but these errors were encountered:
Need to do some error handling around table name length.
If you don't limit table names to 31 characters you end up with some issues. MS Excel only displays 31 characters in the tab name. If the name of the table ends up being longer than 31, Rabbit In a Hat cannot connect the table name to the tab with the data in it.
For Example, when scanning the Synpuf CSVs:
DE1_0_2008_to_2010_Prescription_Drug_Events_Sample_1
2008_to_2010_Prescription_Drug_Events_1
2008_to_2010_Prescription_Drug_
The text was updated successfully, but these errors were encountered: