Talend Exchange is the place where Talend community can share items
related to Talend opensource products, such as Data Integration, Data Quality and Data Master Management.
Contribution is open to any user, no specific validation is needed.
As soon as you have your forum account, you automatically get a Talend Exchange account.
List all content resources in a folder of a JasperServer (optional including sub directories). This component helps to automatically dowload or synchronize files between locale file system and JasperServer. See also the components tJasperServerFilePut and tJasperServerFileGet
This component is tested with JasperServer 4.2.x up to 5.0.1 (CE and Pro).
Author: Jan Lolling @ cimt ag Berlin
This component copies files within the JasperServer.
This component is tested with JasperServer 4.2.x up to 5.0.1 (CE and Pro).
Author: Jan Lolling @ cimt ag Berlin
email: jan.lolling@cimt-ag.de
This component deletes a file within the JasperServer.
This component is tested with JasperServer 4.2.x up to 5.0.1 (CE and Pro).
Author: Jan Lolling @ cimt ag Berlin
email: jan.lolling@cimt-ag.de
This component is the base component for all other tFileExcel-components.
This component use the Apache POI library version 3.9.
This components reads a spreadsheet in a workbook or create a new empty workbook in memory.
This workbook can be filled (with sheets) by the component tFileExcelSheetOutput or can be read by tFileExcelSheetList/Input components.
Finally the component tFileExcelWorkbooksave persists the workbook in the same file as read or in a new file.
The component recognize the file format by the filename extension, it is not necessary to configure it (except if you create a new workbook).
*NEW*:
1. can read and write xlsm files.
Bug fixed: reading rows stops if row is empty or does not exists
*NEW*: Memory saving mode for XSLX type
*NEW*: Can read password protected files
This component takes an address from the input flow and appends lat and lon columns to the output flow for the address. Google\\\\\\\'s geocode API is used to look up the latitude and longitude for the address.
Started with the original tGoogleGeocoder component but rewritten for API v3.
It also supports business API (given a client and signature strings).
Instructions:
The input row must have at least one column that contains an address. Select that column in the components \\\"Address Column\\\" variable.
The output is the same as the input but with two new columns added (lat and lon) which will contain the latitude and longitude coordinates that Google gave for the input address.
Component for importing content from a CMIS repository.
CMIS (Content Management Interoperability Services) is an OASIS standard enabling information sharing between different Content Management Systems (CMS, ECM, DAM, ...).
This component is build with the Apache Chemistry OpenCMIS Client API.
For source code and documentation, please visit https://github.com/Ekito/talend-cmis-components.
Component for exporting content from a CMIS repository.
CMIS (Content Management Interoperability Services) is an OASIS standard enabling information sharing between different Content Management Systems (CMS, ECM, DAM, ...).
This component is build with the Apache Chemistry OpenCMIS Client API.
For source code and documentation, please visit https://github.com/Ekito/talend-cmis-components.
For an easy way to start using InfiniteGraph with existing data sets, this connector allows data ingest from a variety of Talend input connectors to an InfiniteGraph database. It allows you to map and define vertices and edges and generates Java class files to use with your application.
For more information see: http://wiki.infinitegraph.com
Compatible with: Data Quality releases 3.1.1, 3.1.2, 3.1.3
Downloads: 58
About: Very flexible phone number entry. -- There are many valid ways to enter a phone number, and often there is other data that a restrictive Regex pattern will not abide. -- This pattern accepts any number of letters, commas, pound signs, slashes, spaces, periods, parenthesis, hyphens, plus signs, and asterisks... but amongst it scans for a minimum of 7 digits (modify {7} to adjust the minimum number of required digits (i.e. 10 for area code + phone number, 18 for long international numbers). -- This pattern does not attempt to restrict the entered phone number format in any way, but instead just verfies that enough digits for one was entered. -- Data in excess of the 7 required digits is allowed. -- I've posted another submission that forces compliance for US phone numbers.