SEPARATOR_CHARS_ASONE

The SEPARATORCHARS_ASONE descriptor defines the way of using characters that as field separators. when user input ascii table, if this flag set to TRUE, we will treat consecutive delimiters as one. if this flag set to FALSE, we will treat consecutive delimiters separably.

Examples:

           GAV data file   GAV schema file entry
	   _____________   _____________________   

           1/\\2\3           SEPARATOR_CHARS: "/\\"
	   
	   GAV schema file entry		Result
	   _____________________		__________________
 		
	   SEPARATORCHARS_ASONE:1		Column: 1,2,3

	   SEPARATORCHARS_ASONE:0		Column: 1,_,_,2,3

© PCI Geomatics Enterprises, Inc.®, 2024. All rights reserved.