Search found 5 matches

by MarcQC
2 years ago
Forum: Modeling
Topic: Using csv2gdx with double column and row labels
Replies: 4
Views: 3250

Re: Using csv2gdx with double column and row labels

Hello Michael, thank you very much for your answer! I had to cut the first two header lines manually in my csv file, because $call.checkErrorLevel tail -n +2 AUTETA.csv > AUTETA_nh.csv would give me error message 798: $call.xxx with illegal suffix - $call.async or $call.sync I couldn't deal with tha...
by MarcQC
2 years ago
Forum: Modeling
Topic: Using csv2gdx with double column and row labels
Replies: 4
Views: 3250

Using csv2gdx with double column and row labels

Hello all, Working on a Mac and using GAMS Studio, I want to import data from a 4 dimensional csv.file via csv2gdx. The particularity of the csv.file is that it has two row and two column labels, and that there a empty fields. Capture d’écran, le 2021-07-02 à 15.16.28.png On a PC, what would work is...
by MarcQC
3 years ago
Forum: Syntax
Topic: Using slash/backslash in path specification with $include
Replies: 2
Views: 2763

Using slash/backslash in path specification with $include

Hello, I'm quiete new to Gams studio on Mac :? , while a person I work with is on PC. A statement like: $include input_data/Services.txt will work on Mac, but $include input_data\Services.txt is required on PC to run the code. Is there a way to work around this and make a path specification for inpu...