Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question integrate a simple json file into a table

More
10 Jun 2019 15:35 #1 by hamza
hamza created the topic: integrate a simple json file into a table
Bonjour,
j'essaye d’intégré un fichier json dans une table, et par la suite transformer le maping en webservice entrant:
1/ je crée la metadata
2/ je crée un mapping entre le fichier json et la table
3/ je choisi le template RDBMS
au moment du load, le process tombe en erreur (input_json_into_table.PNG).

si je crée ce fichier manuellement , il n y a plus d'erreur , et même mon web service fonction sans problème (PUBLICATION/INPUT).

est ce un fonctionnement normal?
Attachments:
More
11 Jun 2019 17:28 #2 by Thomas BLETON
Thomas BLETON replied the topic: integrate a simple json file into a table
Si j'ai bien compris :
- le mapping a une source Json et une cible Rdbms
- lorsque vous l'exécutez en tant que webservice ou en créant manuellement le fichier Json, il fonctionne

C'est tout à fait normal : le fichier Json doit exister pour que le mapping fonctionne. Soit il est créé par une étape en amont, soit il est créé automatiquement par le Runtime lorsque le webservice est appelé.