cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Using CR11.

I'm aware there's a string length limit of 65534 characters within CR, but I'm finding that when I export the report to CSV, long strings are getting truncated to approximately 32762 characters.

Is this expected behavior? Is there any way around this? Seems odd that the report allows a string of 65534 characters, but it get truncated on export.

Thanks!

0 Likes
View Entire Topic
former_member292966
Active Contributor

Hi Eric,

Are you opening the CSV in Excel? Excel has a limit of 32767 characters in a cell.

If you open the CSV in a Text Editor like Notepad++ you should be able to see the entire string.

Have a look at this thread.

https://superuser.com/questions/542927/increase-size-limit-of-data-import-from-csv-into-excel

Thanks,

Brian