|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn824773975 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
130122s2012 enka o 000 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d E7B
|d OCLCO
|d COO
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d FEM
|d OCLCQ
|d U3G
|d OCLCO
|d CEF
|d UAB
|d UWK
|d S2H
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 823727575
|a 968076998
|a 968987579
|a 1259089876
|a 1289522416
|
020 |
|
|
|a 9781849514729
|
020 |
|
|
|a 1849514720
|
020 |
|
|
|a 1849514739
|
020 |
|
|
|a 9781849514736
|
020 |
|
|
|z 9781849514736
|
020 |
|
|
|a 1283836734
|
020 |
|
|
|a 9781283836739
|
029 |
1 |
|
|a AU@
|b 000050492804
|
029 |
1 |
|
|a AU@
|b 000053031890
|
029 |
1 |
|
|a CHNEW
|b 000611986
|
029 |
1 |
|
|a DEBBG
|b BV041120793
|
029 |
1 |
|
|a DEBSZ
|b 396756999
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:000650595
|
029 |
1 |
|
|a NZ1
|b 15344357
|
035 |
|
|
|a (OCoLC)824773975
|z (OCoLC)823727575
|z (OCoLC)968076998
|z (OCoLC)968987579
|z (OCoLC)1259089876
|z (OCoLC)1289522416
|
037 |
|
|
|a CL0500000184
|b Safari Books Online
|
050 |
|
4 |
|a QA76.9.D338
|b B69 2012
|
082 |
0 |
4 |
|a 005.74
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Bowen, Jonathan.
|
245 |
1 |
0 |
|a Getting started with Talend Open Studio for Data Integration.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2012.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|2 rda
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a In Detail Talend Open Studio for Data Integration (TOS) is an open source graphical development environment for creating custom integrations between systems. It comes with over 600 pre-built connectors that make it quick and easy to connect databases, transform files, load data, move, copy and rename files and connect individual components in order to define complex integration processes. "Getting Started with Talend Open Studio for Data Integration" illustrates common uses and scenarios in a simple, practical manner and, building on knowledge as the book progresses, works towards more complex integration solutions. TOS is a code generator and so does a lot of the "heavy lifting" for you. As such, it is a suitable tool for experienced developers and non-developers alike. You'll start by learning how to construct some common integrations tasks - transforming files and extracting data from a database, for example. These building blocks form a "toolkit" of techniques that you will learn how to apply in many different situations. By the end of the book, once complex integrations will appear easy and you will be your organization's integration expert! Best of all, TOS makes integrating systems fun!Approach "Getting Started with Talend Open Studio for Data Integration" takes a step-by-step, hands-on approach to learning with lots of examples and clear instructions. Who this book is for Are you a developer, business analyst, project manager, business intelligence specialist, system architect or a consultant who needs to undertake integration projects, then this book is for you. The book assumes a certain level of familiarity with Relational database management systems with SQL and experience and Java.
|
505 |
0 |
|
|a Cover; Copyright; Credits; Foreword; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Knowing Talend Open Studio; What Talend Open Studio is; Use cases; History of Talend Open Studio; Benefits of Talend Open Studio; Installing Talend Open Studio; Prerequisites; Installation guide; Other useful software; Text editor; MySQL; Sample jobs and data; Summary; Chapter 2: Working with Talend Open Studio; Studio definitions; Starting the Studio; Tour of the Studio; The Repository; The design workspace; The Palette; Configuration tabs
|
505 |
8 |
|
|a Outline and Code panelsCreating a new project; Creating an example job; Metadata; Summary; Chapter 3: Transforming Files; Transforming XML to CSV; Transforming CSV to XML; Maps and expressions; Advanced XML output for complex XML structures; Working with multi-schema XML files; Enriching data with lookups; Extracting data from Excel files; Extracting data from multiple sheets; Joining data from multiple sheets; Summary; Chapter 4: Working with Databases; Database metadata; Extracting data from a database; Extracts from multiple tables; Joining within the database component
|
505 |
8 |
|
|a Joining outside the database componentWriting data to a database; Database to database transfer; Modifying data in a database; Dynamic database lookup; Summary; Chapter 5: Filtering, Sorting, and Other Processing Techniques; Filtering data; Simple filter; Filter and rejects; Filter and split; Sorting data; Aggregating data; Normalizing and denormalizing data; Data normalization; Data denormalization; Extracting delimited fields; Find and replace; Sampling rows; Summary; Chapter 6: Managing Files; Managing local files; Copying files; Copying and removing files; Renaming files; Deleting files
|
505 |
8 |
|
|a Time-stamping a fileListing files in a directory; Checking for files; Archiving and unarchiving files; FTP file operations; FTP Metadata; FTP Put; FTP Get; FTP File Exist; FTP File List and Rename; Deleting files on an FTP server; Summary; Chapter 7: Job Orchestration; What is a subjob?; A simple subjob; On Subjob Error; On Component OK; Run If; Jobs as subjobs; Iterating and looping; Iterate connections; ForEach loop; Loop ""n"" times; Infinite loop; Duplicating and merging dataflows; Duplicating data; Merging data; Summary; Chapter 8: Managing Jobs; Job versions
|
505 |
8 |
|
|a Exporting and importing jobsExporting jobs; Exporting a project; Exporting a job; Exporting a job for execution; Importing jobs; Importing a project; Importing a job; Scheduling jobs; Summary; Chapter 9: Global Variables and Contexts; Global variables; Studio global variables; User defined global variables; Contexts; Embedded context variables; Repository context variables; External context variables; Complex context variables; Using embedded, repository, and external contexts; Summary; Chapter 10: Worked Examples; Product catalog; Data import from the ERP system
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Data integration (Computer science)
|
650 |
|
0 |
|a Database management.
|
650 |
|
6 |
|a Intégration de données (Informatique)
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
7 |
|a Data integration (Computer science)
|2 fast
|
650 |
|
7 |
|a Database management
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Bowen, Jonathan.
|t Getting started with Talend Open Studio for Data Integration.
|d Birmingham : Packt Pub., 2012
|z 9781849514729
|w (OCoLC)823028663
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781849514729/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10627286
|
994 |
|
|
|a 92
|b IZTAP
|