Hi,
I'm trying to convert .csv files to .mxml and I'm using the PromImport. I have register of the start and end of the activity, but the PromImport is not generating the information about seconds (and this is an util information for me). In the help and other readings there is information about the use of "S" for the seconds in the "Date Format" field in the "Filter properties" sheet in the PromImport. My problem is: the information about seconds are lost in the final .mxml file.
The example below:
Example of the field in my log: 01-02-2012 08:11:13
"Date format" field in the PromImport: D-M-Y H:M:S
Timestamp filed in the .mxml: <Timestamp>2012-02-01T08:11:00.000-02:00</Timestamp>
Date, hour and minute are ok, but the second is missing.
Is there a problem with the PromImport ? Or I'm missing ?
Thanks
P.S. I atached the screen ot the ProMImport and the files .csv and .mxml used for the test
Answers