public class CSVPropertyOrderHelper extends Object
Constructor and Description |
---|
CSVPropertyOrderHelper() |
Modifier and Type | Method and Description |
---|---|
static String[] |
resolvePropertyOrder(String[] firstRow,
Map<String,Object> propertyTypes)
Resolve the order of the properties that appear in the CSV file,
from the first row of the CSV file.
|
public static String[] resolvePropertyOrder(String[] firstRow, Map<String,Object> propertyTypes)
firstRow
- - the first record of the CSV filepropertyTypes
- - describes the event to send into the EPRuntime