Add DATE_DELIM_OPTIONS
We do not want ":" since it's common in time strings. Same goes for space.
This commit is contained in:
parent
5290e28ba2
commit
39df81acb5
@ -46,6 +46,12 @@ export const HASH_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma"];
|
||||
*/
|
||||
export const IP_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma", "Semi-colon"];
|
||||
|
||||
/**
|
||||
* Date delimiters
|
||||
*/
|
||||
export const DATE_DELIM_OPTIONS = ["Line feed", "CRLF", "Comma", "Semi-colon"];
|
||||
|
||||
|
||||
/**
|
||||
* Split delimiters.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user