How to Read a DBase File in Java or Oracle PL/SQL

2019-05-30 07:59发布

I've been provided a Dbase file (.dbf) and have been asked to implement a parser to load the data into an Oracle DB. The only available tools I have on hand are Java 8 and Oracle PL/SQL. Having never written a parser or dealt with this data format before, I'm completely lost as to how to go about the whole thing. Any help or guidance would be most appreciated.
Thank you,

1条回答
手持菜刀,她持情操
2楼-- · 2019-05-30 08:52

After tearing my hair out for some time, I think I've finally found an answer. Seemed a little crass to answer my question myself, so I posted it here: https://stackoverflow.com/a/56303353/1148258

Hope it helps anyone else looking for similar answers.

查看更多
登录 后发表回答