Handle large delimited text files in VBA

后端 未结 4 2048
醉酒成梦
醉酒成梦 2021-01-16 15:33

Using VBA, I need to \"unpivot\" data that is currently in delimited text files (as hundreds of columns by tens of thousands of rows) into a normalized form (four columns by

4条回答
  •  暖寄归人
    2021-01-16 16:13

    I decided to build a tiny COM-aware wrapper around TextFieldParser in VB.NET. Not ideal, but the best I can come up with at present.

提交回复
热议问题