- Posts: 11
- Thank you received: 0
Automatic transformation
4 years 8 months ago #18913
by montolla
Automatic transformation was created by montolla
Hello
I need to automate the process of converting a QVD to CSV, I got the project to do it but I having a bad time looking for documentation on how to automate it.
Can I use terminal/cmd to do this with out open the GUI or a user making the process?
This will be on a Windows machine that have a folder wich other bat process populate with QVD files every day so the ETL tools need to take it, run the transformation process and generate a csv file into a seperate forlder so another .bat file send it to SugarCRM using REST Json WebServices. By the way it could be wasom if this ETL tool can call REST Json too! Note: it is necesary to call a WS to get a token and then use that token on the header of every request/call to SugarCRM REST WS.
So I need a way to schedule the ETL tool to go into a folder and read some file, transform it and then save it as csv. Or if is it posible, a way to pass some parameters on CMD to start the transformation process ondemand.
I need to automate the process of converting a QVD to CSV, I got the project to do it but I having a bad time looking for documentation on how to automate it.
Can I use terminal/cmd to do this with out open the GUI or a user making the process?
This will be on a Windows machine that have a folder wich other bat process populate with QVD files every day so the ETL tools need to take it, run the transformation process and generate a csv file into a seperate forlder so another .bat file send it to SugarCRM using REST Json WebServices. By the way it could be wasom if this ETL tool can call REST Json too! Note: it is necesary to call a WS to get a token and then use that token on the header of every request/call to SugarCRM REST WS.
So I need a way to schedule the ETL tool to go into a folder and read some file, transform it and then save it as csv. Or if is it posible, a way to pass some parameters on CMD to start the transformation process ondemand.
Please Log in or Create an account to join the conversation.
4 years 8 months ago #18914
by admin
Mike
ETL Architect
Replied by admin on topic Automatic transformation
Wiki has all the answers.
Please have a look at this article
www.etl-tools.com/wiki/aetle/execution_automation
Please have a look at this article
www.etl-tools.com/wiki/aetle/execution_automation
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
4 years 8 months ago #18916
by Maria
Replied by Maria on topic Automatic transformation
Hello.
How is it going?
Do you have any more questions?
How is it going?
Do you have any more questions?
Please Log in or Create an account to join the conversation.
4 years 8 months ago #18917
by montolla
Replied by montolla on topic Automatic transformation
Hello
Hi Maria, thanks for asking, I'm still checking the documentation to start some test over it and determinate if this is the proper tool fro this job, since we only choose it due to the fast it process QVD files to csv, so in the worst case we will only use it for the transformation process and all integration process within SugarCRM with other tool or as we always do on linux.
I will feedback as soon as I finish the documentation reading.
By the way, can I run this ETL tool on linux?
Hi Maria, thanks for asking, I'm still checking the documentation to start some test over it and determinate if this is the proper tool fro this job, since we only choose it due to the fast it process QVD files to csv, so in the worst case we will only use it for the transformation process and all integration process within SugarCRM with other tool or as we always do on linux.
I will feedback as soon as I finish the documentation reading.
By the way, can I run this ETL tool on linux?
Please Log in or Create an account to join the conversation.