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