Moving header down into row 1
Hello, My raw csv file is in a weird format, causing the first data point I need to be imported as the header, which is not what I want. So I created a new, blank row at the top, and am trying to figure out how I can pull the column name into the blank row before renaming the header? Any help is appreciated!names default to here(1);
dt=current data table();
For (i=1, i<=2, i++,
Row(1)[i] = Char(
...