org.tranche.tasks
Class ExcelSavvyLineSplitter

java.lang.Object
  extended by org.tranche.tasks.ExcelSavvyLineSplitter

public class ExcelSavvyLineSplitter
extends java.lang.Object

The all too commonly used line splitting logic for handling data exported from Excel or OpenOffice in .CSV format.

Author:
Jayson Falkner - jfalkner@umich.edu, Bryan Smith - bryanesmith@gmail.com

Constructor Summary
ExcelSavvyLineSplitter()
           
 
Method Summary
static java.lang.String[] split(java.lang.String str)
          Splits a line from a .CSV file exported from Excel into the expect original text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelSavvyLineSplitter

public ExcelSavvyLineSplitter()
Method Detail

split

public static java.lang.String[] split(java.lang.String str)

Splits a line from a .CSV file exported from Excel into the expect original text.

+1 practical

Parameters:
str -
Returns:


This code is free for use both commercially and non-commercially as stated in the project's license