Tutorial - Talend Component Kit #5: Implementation of the Partition Mapper and the Source of a Jira Input
In the previous part of the tutorial, the implementation of the dataset, datastore and configuration class enabled the provisioning of user input data. Now these should be processed and the desired output should be made to the user. In the context of the Jira input component this means that the query of the Jira API is carried out and the received data is further processed. For this the Partition Mapper and the Source of the component must be implemented.
After this tutorial you can:
implement a simple partition mapper.
extract data with the source class extract, edit and return as record to the user.