Hi all,
I know that there are several post on this question before, but I can't seem to figure out the correct answer to my question.
My data comes in a form of text file, where each line is a record. There are no delimiters, hence the only way to tell is by positions.
D HE12*201303250000**0100GTB27000170000100014000000000000045056000450560003300012 0003300012 000000000100000 00000 000000000000000 00000 00045056000450560003300012 0003300012
The portion in bold is the date-time stand which I'm trying to extract.
So it translate to:
Year:2013
Month: 03
Day: 25
Time: 0000 (Midnight)
This is my current props.conf
[CPOF]
NO_BINARY_CHECK = 1
SHOULD_LINEMERGE = FALSE
PULLDOWN_TYPE = 1
TIME_PREFIX = ???
TIME_FORMAT = %Y%m%d%h%m
Not sure what to fill in for the time_prefix and also if my time_format is correct?
Thanks!
... View more