Hi Bruno & friends,
Using the newest TMSFNC is noticed that LoadFromCSV doesn't behave in the same way as the TAdvStringGrid because it doesn't respect lines surrounded with double quotes like this text file:
Name;Description;Year
Bruno;"This is a linie with new line";2010
Friends;"Here is a line with
a new line";2021
Mars;"And this is the last line";2023
Should I set another setting or use another loading method?