![]() | Jobs |
| Generated by Talend Open Studio for Data Integration |
| Project Name | PREGROUPER | GENERATION DATE | 25.9.2025 11:38:32 |
| AUTHOR | user@talend.com | Talend Open Studio VERSION | 7.3.1.20200219_1130 |
| Properties | Values |
|---|---|
| Name | PREGROUPER |
| Language | java |
| Description |
| Properties | Values |
|---|---|
| Name | pgp_service_master |
| Author | user@talend.com |
| Version | 0.1 |
| Purpose | Pregrouper |
| Status | |
| Description | Hlavni proces pro spusteni aplikace pregrouperu. Kontextova promenna service urcuje typ spusteni programu. |
| Creation | 2.7.2021 14:59:36 |
| Modification | 4.6.2025 22:02:05 |

| Extra settings |
| Name | Value |
|---|---|
| COMP_DEFAULT_FILE_DIR | |
| Multi thread execution | false |
| Implicit tContextLoad | false |
| Status & Logs |
| Name | Value |
|---|---|
| Use statistics (tStatCatcher) | false |
| Use logs (tLogCatcher) | false |
| Use volumetrics (tFlowMeterCatcher) | false |
| On Console | false |
| On Files | false |
| On Databases | false |
| Catch components statistics | false |
| Catch runtime errors | true |
| Catch user errors | true |
| Catch user warnings | true |
| ContextDefault |
| Name | Prompt | Need Prompt? | Type | Value | Source |
|---|---|---|---|---|---|
| context_file | context_file? | false | id_String | pgp | |
| http_host | http_host? | false | id_String | localhost | pgp_service |
| http_port | http_port? | false | id_Integer | 8080 | pgp_service |
| service | service? | false | id_Boolean | false | pgp_service |
| timer | timer? | false | id_Integer | 1 | pgp_service |
| Component Name | Component Type |
|---|---|
| tInfiniteLoop_1 | tInfiniteLoop |
| tJavaFlex_1 | tJavaFlex |
| tJavaRow_1 | tJavaRow |
| tRunJob_1 | tRunJob |
| tRunJob_2 | tRunJob |
| Component tInfiniteLoop |
| UNIQUE NAME | tInfiniteLoop_1 | INPUT(S) | tJavaFlex_1 |
| LABEL | nekonecna smycka | OUTPUT(S) | tRunJob_1 |
| Properties | Values |
|---|---|
| Unique Name | tInfiniteLoop_1 |
| Component Name | tInfiniteLoop |
| Version | 0.102 (ALPHA) |
| Family | Orchestration |
| Start | false |
| Startable | true |
| SUBTREE_START | true |
| END_OF_FLOW | true |
| Activate | true |
| DUMMY | false |
| tStatCatcher Statistics | false |
| Help | org.talend.help.tInfiniteLoop |
| Update components | true |
| IREPORT_PATH | |
| JAVA_LIBRARY_PATH | C:\Talend731\configuration\lib\java |
| Subjob color | |
| Title color | |
| Wait at each iteration (in milliseconds) | 0 |
| Label format | nekonecna smycka |
| Hint format | <b>__UNIQUE_NAME__</b><br>__COMMENT__ |
| Connection format | row |
| Show Information | false |
| Comment | |
| Use an existing validation rule | false |
| Validation Rule Type |
| Component tJavaFlex |
| UNIQUE NAME | tJavaFlex_1 | INPUT(S) | none |
| LABEL | napojeni_if_vetvi | OUTPUT(S) | tInfiniteLoop_1, tRunJob_2 |
| Properties | Values |
|---|---|
| Unique Name | tJavaFlex_1 |
| Component Name | tJavaFlex |
| Version | 0.101 (ALPHA) |
| Family | Custom_Code |
| Start | true |
| Startable | true |
| SUBTREE_START | true |
| END_OF_FLOW | true |
| Activate | true |
| DUMMY | false |
| tStatCatcher Statistics | false |
| Help | org.talend.help.tJavaFlex |
| Update components | true |
| IREPORT_PATH | |
| JAVA_LIBRARY_PATH | C:\Talend731\configuration\lib\java |
| Subjob color | |
| Title color | |
| REPOSITORY_ALLOW_AUTO_SWITCH | true |
| Schema Type | Built-In |
| Data Auto Propagate(before main part) | true |
| Start code | // start part of your Java code |
| Main code | // here is the main part of the component, // a piece of code executed in the row // loop |
| End code | // end of the component, outside/closing the loop |
| TOS2.0 | false |
| TOS3.2 | false |
| TOS4.0 | true |
| Import | //import java.util.List; |
| Label format | napojeni_if_vetvi |
| Hint format | <b>__UNIQUE_NAME__</b><br>__COMMENT__ |
| Connection format | row |
| Show Information | true |
| Comment | Spusteni jako service nebo jednorazove. |
| Use an existing validation rule | false |
| Validation Rule Type |
| Column | Key | Type | Length | Precision | Nullable | Comment |
|---|
| Component tJavaRow |
| UNIQUE NAME | tJavaRow_1 | INPUT(S) | tRunJob_1 |
| LABEL | http err -> stop | OUTPUT(S) | none |
| Properties | Values |
|---|---|
| Unique Name | tJavaRow_1 |
| Component Name | tJavaRow |
| Version | 0.101 (ALPHA) |
| Family | Custom_Code |
| Startable | false |
| SUBTREE_START | false |
| END_OF_FLOW | true |
| Activate | true |
| DUMMY | false |
| tStatCatcher Statistics | false |
| Help | org.talend.help.tJavaRow |
| Update components | true |
| IREPORT_PATH | |
| JAVA_LIBRARY_PATH | C:\Talend731\configuration\lib\java |
| Subjob color | |
| Title color | |
| REPOSITORY_ALLOW_AUTO_SWITCH | true |
| Schema Type | Built-In |
| Code | // code sample: // // multiply by 2 the row identifier // output_row.id = input_row.id * 2; // // lowercase the name // output_row.name = input_row.name.toLowerCase(); if(input_row.httpError) { //System.out.println("HTTP Server Error see log"); System.exit(99); } |
| Import | //import java.util.List; |
| Label format | http err -> stop |
| Hint format | <b>__UNIQUE_NAME__</b><br>__COMMENT__ |
| Connection format | row |
| Show Information | true |
| Comment | Pokud je signalizační proměnná z jobu true, pak se vše ukončí s kódem 99. |
| Use an existing validation rule | false |
| Validation Rule Type |
| Column | Key | Type | Length | Precision | Nullable | Comment |
|---|
| Component tRunJob |
| UNIQUE NAME | tRunJob_1 | INPUT(S) | tInfiniteLoop_1 |
| LABEL | __PROCESS__ | OUTPUT(S) | tJavaRow_1 |
| Properties | Values |
|---|---|
| Unique Name | tRunJob_1 |
| Component Name | tRunJob |
| Version | 0.101 (ALPHA) |
| Family | System|Orchestration |
| Start | false |
| Startable | true |
| SUBTREE_START | false |
| END_OF_FLOW | false |
| Activate | true |
| DUMMY | false |
| tStatCatcher Statistics | false |
| Help | org.talend.help.tRunJob |
| Update components | true |
| IREPORT_PATH | |
| JAVA_LIBRARY_PATH | C:\Talend731\configuration\lib\java |
| Subjob color | |
| Title color | |
| REPOSITORY_ALLOW_AUTO_SWITCH | true |
| Schema Type | Built-In |
| Use dynamic job | false |
| Context job | |
| Job | pgp_service_main |
| Context | Default |
| Use an independent process to run subjob | false |
| Die on child error | false |
| Transmit whole context | true |
| Context Param | [] |
| Propagate the child result to the output schema | false |
| Print Parameters | false |
| Transmit original context value(if uncheck, there will convert context value to string type before transmiting.) | true |
| Use child job JVM arguments | true |
| Overwrite child job JVM arguments | false |
| JVM | [] |
| Label format | __PROCESS__ |
| Hint format | <b>__UNIQUE_NAME__</b><br>__COMMENT__ |
| Connection format | row |
| Show Information | true |
| Comment | Spuštění hlavního jobu (s HTTP serverem a zpracováním dat). |
| Use an existing validation rule | false |
| Validation Rule Type |
| Column | Key | Type | Length | Precision | Nullable | Comment |
|---|---|---|---|---|---|---|
| httpError | false | boolean | false |
| Component tRunJob |
| UNIQUE NAME | tRunJob_2 | INPUT(S) | tJavaFlex_1 |
| LABEL | __PROCESS__ | OUTPUT(S) | none |
| Properties | Values |
|---|---|
| Unique Name | tRunJob_2 |
| Component Name | tRunJob |
| Version | 0.101 (ALPHA) |
| Family | System|Orchestration |
| Start | false |
| Startable | true |
| SUBTREE_START | true |
| END_OF_FLOW | true |
| Activate | true |
| DUMMY | false |
| tStatCatcher Statistics | false |
| Help | org.talend.help.tRunJob |
| Update components | true |
| IREPORT_PATH | |
| JAVA_LIBRARY_PATH | C:\Talend731\configuration\lib\java |
| Subjob color | |
| Title color | |
| REPOSITORY_ALLOW_AUTO_SWITCH | true |
| Schema Type | Built-In |
| Use dynamic job | false |
| Context job | |
| Job | pgp_master |
| Context | Default |
| Use an independent process to run subjob | false |
| Die on child error | true |
| Transmit whole context | false |
| Context Param | [{PARAM_NAME_COLUMN=context_file, PARAM_VALUE_COLUMN=context.context_file}] |
| Propagate the child result to the output schema | false |
| Print Parameters | false |
| Transmit original context value(if uncheck, there will convert context value to string type before transmiting.) | true |
| Use child job JVM arguments | true |
| Overwrite child job JVM arguments | false |
| JVM | [] |
| Label format | __PROCESS__ |
| Hint format | <b>__UNIQUE_NAME__</b><br>__COMMENT__ |
| Connection format | row |
| Show Information | false |
| Comment | |
| Use an existing validation rule | false |
| Validation Rule Type |
| Column | Key | Type | Length | Precision | Nullable | Comment |
|---|