Search found 2 matches

by BrianH
5 years ago
Forum: Syntax
Topic: using csv2gdx and gdxin
Replies: 2
Views: 3161

Re: using csv2gdx and gdxin

That does help. Thanks, Fred.
by BrianH
5 years ago
Forum: Syntax
Topic: using csv2gdx and gdxin
Replies: 2
Views: 3161

using csv2gdx and gdxin

Hi everyone, I'm new to GAMS, and this is my first post. I'm trying to import data from a CSV file. I have these 2 lines of code in my ".gms" file (let's call them line 1 and line 2 respectively): execute 'csv2gdx i.csv output=in_i.gdx index=1 values=1 useheader=y id=i'; $gdxin in_i.gdx I ...