11 lines
418 B
Text
11 lines
418 B
Text
|
# Example for outputting CSV in non-batch mode.
|
||
|
#
|
||
|
# Output File:
|
||
|
# testcases/rfc3339.csv
|
||
|
#
|
||
|
# Input:
|
||
|
# impression,flagname=F5,host=1cbbb3796fc2,key=12345,platform=Java,sdkver=4.9.1,value=false count_sum=5i 1653643420000000000
|
||
|
# expression,flagname=E42,host=klaus,key=67890,platform=Golang,sdkver=1.18.3,value=true count_sum=42i 1653646789000000000
|
||
|
|
||
|
csv_timestamp_format = "2006-01-02T15:04:05Z07:00"
|
||
|
csv_header = true
|