Hello Everyone!
I’d like to ask am having issue regarding to configuration/concepts where by am working on CSV file though it has many coded answers that exceed the maximum 50000 character cell can hold , how can we work on this to accepts all coded answers?
The 50,000 chars max per cell is a Google Sheets limitation (Excel would even be worse with max 32,767 chars per cell), but it’s not a CSV limitation per se.
Do you have many concepts like that?
If those situations are rare, like a handful of concepts, I would try to segregate those concepts in their own CSV file that would have to be managed with a text editor (like Sublime or equivalent). Not ideal but with a bit of discipline, that “could” work.