是否可以在 SQLite 中读取格式化文件?我有一个像这样行的文件(下面有两行):
1921.300 . . < 0.030 . . . . . 550 1.6 1 Mrr1922 Jm 5
1973.220 158. 3. 0.240 0.002 . . 1.5 0.5 620 5.1 1 Lab1974 S 4
和这样的描述:
term columns format description
date 008-017 f10.5 Observation date, in years.
tflag 019-019 a1 Flag for theta (position angle) measure.
.....................
etc.
我需要将此文件读入我的 SQLite 表中。