TFDBatchMove not closing file after text read
I’m using the C++ Builder VCL class TFDBatchMove
with TFDBatchMoveTextReader
to import a CSV file. So far everything works fine, I read the CSV file and writes int into a TFDMemTable
, no problems there.