Hello everyone,
I am currently working on a project that requires importing a large csv files (22489 rows x 37480 columns) which is about 2.5GB. I cannot import it to gams using the following syntax:
Table x(a1,i) text
$ondelim
$include lhs1a.csv
$offdelim;
;
Error: Non-blank character exceed 80000
Can someone help me with this problem, I greatly appreciate your advice.
Thank you,