Hi, we are using convertToString, where we are trying to
create a file with field delimiter as pipe(|) and record delimiter as ‘carriage return’. In the data fields we have | , so we are using quoted release character as ".
we also have colon(
in data, so whenever we have colon, the convertToString service is enclosing that value in quotes too.
our input file looks like
abc|cd:ef|gh|k|lmn
the result is coming as
abc|“cd:ef”|“gh|k”|lmn
the “gh|k” is as expected, but we are also getting quotes for “cd:ef”.
seems like Integration server is considering : as some field delimiter. any thoughts?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services