rsa archer data extract -


when use etl tool download data using webservices following issues.

  1. when there more fields in module 400 becoming tough extract data using webservices api
  2. it extracting in xml need parse

is there script can called download data in txt or csv format? there bulk extract method extract data 400 fields in single shot?

is there script can called download data in txt or csv format?
there bulk extract method extract data 400 fields in single shot?


short answer no.

but have 2 options here:

option 1. can write code extract data via archer api page page , convert data format etl tool can integrate with. archer return data in xml described, can changed custom code.
note - example informatica (etl tool) allows embed java , c# code etl workflow, can extract data need etl tool right away. configuration (report id in archer) can stored in file, solution should easy support in long run.

option 2: if have read access archer database may create sql statement extract data directly database. complex solution, because each field want extract have "join" multiple tables based on field type.just extract data 1 text field have 5 joins. complexity higher value lists , cross-references , related records. have remember sql statement have updated every time field name of field type changed. harder support.

archer etl, , archer bi tools integration interesting topic.

luck!


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -