Hello @Crtl,
If you wish to preserve all order details and to have them at disposal when producing your reports, it’s better to use an extension to migrate Orders between third-party platforms and Magento.
For instance, you can try our Magento Orders Export / Import extension www.magentocommerce.com/magento-connect/orders-export-and-import.htm
It allows you to export and import Orders, Order Addresses, Order Payments, Order Payment Transactions, Order Status History, Invoices, Invoice Comments, Invoice Items, Shipments, Shipment Comments, Shipped Items, Shipments Tracking, Credit Memos, Credit Memo Comments, Credit Memo Items, Checkout fields.
Besides, it supports a variety of formats (.csv, .xml) and allows you to choose which fields to export/import. The .xml format is recommended as it is native to Magento.
You can find CSV and XML order import examples with descriptions at www.aitoc.com/en/magentomods_orders_export_and_import.html#docs
The mandatory fields for order import are the two fields listed below:
increment_id (Order ID)
store_code (this info can be found at System > Manage Stores)
Here is a link to the demo, if you'd like to take a look.
--
If my answer is useful, please Accept as Solution & give Kudos