Reading the input data - 7.2
CouchDB
- EnrichVersion
- 7.2
- EnrichProdName
- Talend Big Data
- Talend Big Data Platform
- Talend Data Fabric
- Talend Open Studio for Big Data
- Talend Real-Time Big Data Platform
- EnrichPlatform
- Talend Studio
- task
- Data Governance > Third-party systems > Database components > CouchDB components
- Data Quality and Preparation > Third-party systems > Database components > CouchDB components
- Design and Development > Third-party systems > Database components > CouchDB components
Procedure
-
Double-click the tFileInputDelimited
component to open its Component
view.
-
Click the [...] button next to the
File name/Stream field to browse to the
file that you want to read data from. In this scenario, it is D:/Input/bookstore.txt. The file contains six
columns: _id, title, author, category, ISBN, and abstract.
_id;title;author;category;ISBN;abstract
001;Computer Networks: A Systems Approach;Larry L. Peterson, Bruce S. Davie;Computer Science;0123850606;This best-selling and classic book teaches you the key principles of computer networks with examples drawn from the real world of network and protocol design.
002;David Copperfield;Charles Dickens;Language&Literature;1555763227;This adaptation of the original story is presented in the format of a novel study, complete with exercises and vocabulary lists, and is geared to the language arts classes of grades 4 and 5.
003;Life of Pi;Yann Martel;Language&Literature;0547350651;The son of a zookeeper, Pi Patel has an encyclopedic knowledge of animal behavior and a fervent love of stories.
004;Les Miserables: Easyread Comfort Edition;Victor Hugo;Language&Literature;1425048250;Expressing the author's ideas about society, religion and politics, it is in the backdrop of Napoleonic Wars and ensuing years that the story unravels. Grace, moral philosophy, law and history of France are discussed.
005;Computer Security;Dieter Gollmann;Computer Science;0470741155;This text moves away from the 'multi-level' security approach to compare and evaluate design alternatives in computer security.
006;Advanced Database Systems;Carlo Zaniolo;Database;155860443X;This book, written by a team of leading specialists in their fields, introduces the research issues at the forefront of database technology and supports them with a variety of examples.
-
In the Header field, type in 1 so that the header of the file will be
skipped.
-
Click Edit schema to define the data to
pass on to the tCouchDBOutput component.