how can i correctly parse a text file delimited by white space

前端 未结 2 1565
执念已碎
执念已碎 2021-01-20 03:06

Below is my sample text file

\"enter {

Here is my schema file<

2条回答
  •  星月不相逢
    2021-01-20 03:57

    This modified schema.ini file does seem to solve the problem.

    [Sample File.txt]
    Format=FixedLength
    Format=TabDelimited
    MaxScanRows=25
    CharacterSet=ANSI
    Col1=Col1 Memo Width 10
    Col2=Col2 Memo Width 15
    Col3=Col3 Memo Width 11
    Col4=Col4 Memo Width 12
    Col5=Col5 Memo Width 10
    Col6=Col6 Memo Width 11
    Col7=Col7 Memo Width 150
    

提交回复
热议问题