Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Timed Out
-
None
-
None
-
None
Description
Actually ECLWatch uses raw format to display CSV type logical file contents:
line | fileposition | |
---|---|---|
1 | '0000000000','abcdefgh',269,698,'a' | 0 |
2 | '0000000001','abcdefghijklmnopqrstuvwxyz',238,19,'abcdefghijklmnopqrstuvwxy' | 36 |
While the CSV file structure stored into the file meta data it can be use to display data rows split into fields.
ID | Field1 | Field2 | Field3 | Field4 | fileposition | |
---|---|---|---|---|---|---|
1 | '0000000000' | 'abcdefgh' | 269 | 698 | 'a' | 0 |
2 | '0000000001' | 'abcdefghijklmnopqrstuvwxyz' | 238 | 19 | 'abcdefghijklmnopqrstuvwxy' | 36 |