talend-mdm

Custom component with dynamic configuration like jira, jdbc or azurestorage in talend

徘徊边缘 提交于 2019-12-25 09:42:28
问题 I want to create a Talend component with dynamic configuration. I tried various sources to achieve that but no luck, apprach I tried previously but I could not able to link the component with plug-in, it always gives the error failed to load component then I am trying to create plugins like azure storage I cloned the repo from talend components with dynamic configuraion I developed the new component like azure storage and tried to register in C:\Users\sandy\Documents\talend\TOS_BD-20161216

converting Big Decimal(15,12) to string

人走茶凉 提交于 2019-12-11 14:06:30
问题 Hi i'am having a input Big Decimal(15,12) value in source in output i am expecting that as string. For example, my source file with value 0.000000000000 by using tmap to convert it into string. "String.valueOf(column name)" for this im getting output is 0E-12. expected output is 0.0000000000 can anyone provide the solution? 回答1: If you're not applying any transformations to your BigDecimal column, you can just read it as a String from your file. If you must read it as a BigDecimal and then

Common Logging in Talend

大城市里の小女人 提交于 2019-12-10 18:04:34
问题 I was trying to implement logging in Talend. So I made a job using normal components, I have recorded the error, info and debug through Twarn and Tdie. Using Logcatcher , I am segregating the log into two files of debug and error. This part is working fine. Now I have made two jobs, First:- Using trowgenerator generating lines, then sending to tmap and from tmap, I am sending to two twarn components based on some condition. Second:- A job which has tlogcatcher, t_filterrow and segregating to

iOS MDM push notification using Php, not working

十年热恋 提交于 2019-11-28 00:34:05
i know it's duplicate of this , but this one is not working for me. My Php code to send notification is // Put your device token here (without spaces): $deviceToken = '6hPQc2HvdA20XGlQkznJxlappCrzm3kJccljjOsgF2k=\n'; #base64 encoded // Put your private key's passphrase here: $passphrase = 'Temp1234'; $ctx = stream_context_create(); stream_context_set_option($ctx, 'ssl', 'local_cert', './Certificates_push_dev_new.pem'); stream_context_set_option($ctx, 'ssl', 'cafile', './entrust_2048_ca.cer'); stream_context_set_option($ctx, 'ssl', 'verify_peer', true); stream_context_set_option($ctx, 'ssl',

iOS MDM push notification using Php, not working

♀尐吖头ヾ 提交于 2019-11-26 21:44:47
问题 i know it's duplicate of this, but this one is not working for me. My Php code to send notification is // Put your device token here (without spaces): $deviceToken = '6hPQc2HvdA20XGlQkznJxlappCrzm3kJccljjOsgF2k=\n'; #base64 encoded // Put your private key's passphrase here: $passphrase = 'Temp1234'; $ctx = stream_context_create(); stream_context_set_option($ctx, 'ssl', 'local_cert', './Certificates_push_dev_new.pem'); stream_context_set_option($ctx, 'ssl', 'cafile', './entrust_2048_ca.cer');