Hello,
I m trying to configure my own "CSV" format file. As far as I know, the predefined CSV format in DT is fixed, so that I cant for example remove the TZ column, or include a column with the JOB name... and so on. Thus, I have thought to use free format mode, and format data like a CSV (, separated values) and then upload to the FTP server with *.csv extension. However, using free format mode (I think) doesnt allow to edit the header row so you get the data like this:
StationID,23/06/2003,15:31:,15,162.2
StationID,23/06/2003,15:31:30,161.2
StationID,23/06/2003,15:31:45,159.8
While I am trying to get a file like this:
ID,Date,Time,Temperature(ºC)
StationID,23/06/2003,15:31:15,162.2
StationID,23/06/2003,15:31:30,161.2
StationID,23/06/2003,15:31:45,159.8
Could you please tell me if this is possible to archive? In that case, how? Thank you very much in advance.
Hello,
I m trying to configure my own "CSV" format file. As far as I know, the predefined CSV format in DT is fixed, so that I cant for example remove the TZ column, or include a column with the JOB name... and so on. Thus, I have thought to use free format mode, and format data like a CSV (, separated values) and then upload to the FTP server with *.csv extension. However, using free format mode (I think) doesnt allow to edit the header row so you get the data like this:
StationID,23/06/2003,15:31:,15,162.2
StationID,23/06/2003,15:31:30,161.2
StationID,23/06/2003,15:31:45,159.8
While I am trying to get a file like this:
ID,Date,Time,Temperature(ºC)
StationID,23/06/2003,15:31:15,162.2
StationID,23/06/2003,15:31:30,161.2
StationID,23/06/2003,15:31:45,159.8
Could you please tell me if this is possible to archive? In that case, how? Thank you very much in advance.