Einzelnen Beitrag anzeigen

fisipjm

Registriert seit: 28. Okt 2013
298 Beiträge
 
#7

AW: CSV Textdatei in Memtable laden und mit Query abfragen

  Alt 24. Okt 2022, 16:44
[QUOTE=Uwe Raabe;1513741]
Woher hast du die Informationen für GuessFormat?
Die Sourcen natürlich.
Delphi-Quellcode:
      // When a value is upper-cased, this is a "good" sign, that
      // the value is field name
      if not CheckSet(sItem, ['A'..'Z', '_'], ['A'..'Z', '0'..'9', '_', '#', '$']) then
        lFieldNamesUC := False;

...

    // Final guess about first line
    DataDef.WithFieldNames := lFieldNames and (not lAllStrings or lFieldNamesUC);
wie kommst du an die Source. Bei mir ist nach dem interface ( IFDBatchMoveReader = interface(IFDBatchMoveDriver) ) Schluss.
Ich befürchte ich stell mich grad richtig doof dran
  Mit Zitat antworten Zitat