Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using Delimited Files Alan Hunt – March 1st, 2017.

Similar presentations


Presentation on theme: "Using Delimited Files Alan Hunt – March 1st, 2017."— Presentation transcript:

1 Using Delimited Files Alan Hunt – March 1st, 2017

2 Agenda Files as data storage and transfer mechanisms
Structured file types Fixed Width Delimited XML Proprietary Formats CSV – Why is it popular? Simple example (CSVReader.java) More complex example (SubscriberSplit.java)

3 POLL

4 Fixed Width Delimited Text XML Proprietary Format Legacy Systems
Simple Tabular Data Transfer XML Complex Relational Data Transfer Proprietary Format Data persistence

5 Why CSV? Tabular Data transfer between systems Human Readable
Many existing applications can support import/export Stable CSV = Comma Separated Values Story on mail merge Story on MetricStream and excel Story on FedEx and

6 Simple CSV Example File of student data – load and display Last Name
First Name address Student Number

7 POLL

8 More Complex CSV Example
File of subscriber data – load, sort, write to multiple files ( First Name State/Province (where applicable) Last Name ZIP/Postal Code Company Phone 1 Address Phone 2 City County (where applicable) Web


Download ppt "Using Delimited Files Alan Hunt – March 1st, 2017."

Similar presentations


Ads by Google