MongoからOracleにデータをエクスポートしようとしていました。私は以下のアプローチを使用していました。
Step 1 : Export the data to CS file usign mongoExport command.
Step 2 : Read the data through a java code, do the necessary data transformation.
Step 3 : Insert the data to Oracle
問題は、コメント セクションのいずれかに改行文字 ('\n') がある場合、データが次の行に移動し、java read がドキュメントの処理に失敗することです。
このJIRAについては、10gen で未解決のバグがあります。問題に直面した人はいますか。これに対する回避策はありますか?