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
readCSV skips rows in CSV files that have all empty fields. Note that Excel writes such rows with comma delimiters but no data between delimiters, like this: ,,,. This throws off cell references in Vensim functions such as GET DIRECT CONSTANTS.
readCSV
skips rows in CSV files that have all empty fields. Note that Excel writes such rows with comma delimiters but no data between delimiters, like this:,,,
. This throws off cell references in Vensim functions such asGET DIRECT CONSTANTS
.The attached model illustrates the problem.
csv-blank-line.zip
For this model,
sde test
prints:The text was updated successfully, but these errors were encountered: