How to implement automatic export of Bitrix infoblock data?
There is 1C Bitrix Standard version. The built-in export module uploads files to xml/cvs, but only in manual mode. How to transfer unloading to automatic mode?
Parse the file yourself?
More details: php.net/manual/ru/function.fgetcsv.php
Or go into the import code and see what functions are used (or better, do the import manually once and dump the settings that are sent to the import function somewhere).