Scroll
Integration of 1C and Drupal
You can download the integration code for 1C and Drupal here:
https://github.com/levmyshkin/drupal-1c
The module works as follows. You add the standard 1C export and specify the path to the file: http://yoursite/sites/all/modules/import1c/1c_exchange.php. This allows the XML files to be exported using the standard method. Next, as the second step, you need to upload these XML files to the site. This is where the import1c
module comes in.
http://yoursite/import1c - uploads the files to the site.
The code needs refinement, but overall it works. Good luck with your data export to the site!