Skip to content

Commit 64d7db5

Browse files
authored
Merge pull request #3168 from ControlSystemStudio/Databrowser_spreadsheet_export
Update PlainExportJob.java
2 parents 5baf621 + dd7c832 commit 64d7db5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/databrowser/src/main/java/org/csstudio/trends/databrowser3/export/PlainExportJob.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ protected void printExportInfo(final PrintStream out)
5555
{
5656
super.printExportInfo(out);
5757
out.println(comment + "Format : " + formatter.toString());
58-
out.println(comment);
59-
out.println(comment + "Data is in TAB-delimited columns, for import into e.g. Excel.");
60-
out.println(comment + "The 'Time' column contains values like '2018-02-04 21:58:47.065'.");
61-
out.println(comment + "In your spreadsheet program, a custom column format like");
62-
out.println(comment + " 'yyyy-mm-d h:mm:ss.000'");
63-
out.println(comment + "might be required to show the full timestamp detail.");
58+
out.println(comment + "Spreadsheet: TAB-delimited import and format time as yyyy-mm-d h:mm:ss.000");
6459
out.println();
6560
}
6661

0 commit comments

Comments
 (0)