BATCH-1696: don't trim whitespace from unquoted text
This commit is contained in:
@@ -168,8 +168,9 @@ public class DelimitedLineTokenizer extends AbstractLineTokenizer {
|
||||
endLength = 1;
|
||||
}
|
||||
value = value.substring(1, endLength);
|
||||
return value;
|
||||
}
|
||||
return value;
|
||||
return string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user