GitHub user campen added a comment to the discussion: How to Programmatically Create or Update Hop Pipelines (.hpl) via API or SDK?
@shivanandullagaddi - you can use a Salesforce api endpoint to get objects, then use a different Salesforce endpoint to get the metadata. From there you would need to build a translation table to convert the Salesforce data types to Hop data types. But then you can build an api call with all of the elements in the call for an object to export Salesforce data via the Salesforce api to another source. This all using ETL Metadata injection. You could even programmatically build tables based on the current metadata (or add new fields). As mentioned above you would need to build the framework. GitHub link: https://github.com/apache/hop/discussions/6006#discussioncomment-14995492 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
