Page 1 of 1

Diffrence between two record level options

Posted: Thu Jun 01, 2006 11:44 pm
by Abhijeet
hi ,

Is there any difference between

final_delimiter=end

&

final_delimiter=none
record delimter string =\n

logical they are same , right ???

Posted: Fri Jun 02, 2006 12:17 am
by ray.wurlod
Technically they are different.

You should use record delimiter property to record the record delimiter always.

The final delimiter property is for when you might have a different delimiter following the final column, and different from the field delimiters within the record.
For example 12,"Arthur","Dent",42,"Magrathea";