Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.0
-
Fix Version/s: Esper wishlist
-
Component/s: Core
-
Labels:None
-
Number of attachments :
Description
EsperIO/CSV could support merged CSV rather than using multiple files and an AdapterCoordinator
One could come up with a format like
EventType:column1, column2, .......
value1, value2, ...
valueA, valueB, ...
OtherEventType: otherColumnX
valueX
....
This would require to detect an EventType header row ('...:') in the middle of the file.