Please ensure that the .CSV file is in correct format to avoid failure in uploading the file. For example - In the header do not use """. E.g. "commit_ID", instead use commit_ID
- In textual data do not use spaces. E.g. run time, instead use run_time
- If in textual data/value contain comma(",") then replace it with underscore(_) or semi-colon(";")
- Make sure that InsightTimeField date field in format yyyy-MM-ddTHH:mm:ss
- Please ensure there is consistency in the header while uploading data for same Tool to avoid data mismatch
Please Note: Uploading incorrect data or inconsistent data may impact creation of Dashboards and other functionalities - If InsightTimeField is in epoch format then make sure that Epoch Time is in second.
|