Conversion of roman number mixed with text

how to deal with the datatype consist of roman number mixed with text.
like quarter type field consist of Roman numbers mixed with text.
Quarter Type:
III
V Gaz
V Gaz

What do you want to accomplish with your data later on?
You want them to became a string?

Yes i want to make it as string

Finally i got it by adding
file
{
path => "C:/Users/Desktop/AREA COLONIES.csv"

     start_position => "beginning"
        codec => plain {
        charset => "US-ASCII"

}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.