Bonjour chers utilisateurs,
je souhaite exporter des fichiers excel en cspro en plusieurs fichiers csdb avec une codification spécifique. J'ai deux alternatives:
1. Exporter le fichier avec des identifiants définis, obtenir une base csdb avec plusieurs observations et procéder à une déconcatenation de ce fichier.
2. Créer des sous fichiers excel au départ et exporter ces fichiers un par un via Excel to Cspro.
Parmi ces deux méthodes, la plus simple semble être la première, cependant j'ignore comment faire pour déconcatener les fichiers et pouvoir les renommer automatiquement.
Cordialement
Excel to Cspro automatique
-
- Posts: 1879
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Excel to Cspro automatique
Regarding approach #1, you could:
1) Create the single CSPro DB file from Excel to CSPro.
2) Create a CSPro batch application that splits this file into multiple output files. For this you can use the setoutput function:
https://www.csprousers.org/help/CSPro/s ... ction.html
The example in the helps shows how to split the file by province code, and you can modify this for your needs.
1) Create the single CSPro DB file from Excel to CSPro.
2) Create a CSPro batch application that splits this file into multiple output files. For this you can use the setoutput function:
https://www.csprousers.org/help/CSPro/s ... ction.html
The example in the helps shows how to split the file by province code, and you can modify this for your needs.
Re: Excel to Cspro automatique
Thank you so much