CSV Buffer should import more than 250 characters
Currently when using the CSV Buffer to import, values with more than 250 charcters get cut:
if Length > 250 then
Length := 250;
Rec.Value := String.Substring(CurrentIndex, Length);
This should be changed to handle the values the same way they are...
STATUS DETAILS
New
