Page 1 of 1

Tab delimited Sequential File

Posted: Wed Aug 13, 2008 3:59 pm
by ds2000
Want to make a tab delimited flat file (dos style). What value has to be used in Sequential file settings in FORMAT -> DELIMITER. I tried 011 but it didnt work. Its server job.

CFF -> Transformer -> Seq. file

Posted: Wed Aug 13, 2008 4:01 pm
by chulett
Decimal, not Octal so "009". Assuming that's where you were going wrong. :wink:

Re: Tab delimited Sequential File

Posted: Wed Aug 13, 2008 6:01 pm
by amarpatkar
ds2000 wrote:Want to make a tab delimited flat file (dos style). What value has to be used in Sequential file settings in FORMAT -> DELIMITER. I tried 011 but it didnt work. Its server job.

CFF -> Transformer -> Seq. file
Mate,

In the FORMAT under the Field defaults you will have a property called delimiter. It should have a 'tab' option in the drop down list.

Cheers,
Amar

Posted: Wed Aug 13, 2008 6:28 pm
by ray.wurlod
Not in server jobs.

Posted: Wed Aug 13, 2008 6:29 pm
by ray.wurlod
Not in server jobs.

Posted: Wed Aug 13, 2008 8:17 pm
by amarpatkar
ray.wurlod wrote:Not in server jobs. ...
Sorry guys, I dont why I missed that I was reading the DS server edition category.

Posted: Sat Aug 23, 2008 7:04 am
by Ramani
amarpatkar wrote:
ray.wurlod wrote:Not in server jobs. ...
Sorry guys, I dont why I missed that I was reading the DS server edition category.
So server jobs cannot have a delimeter tab in sequential file? Please confirm?

Posted: Sat Aug 23, 2008 7:46 am
by chulett
No, of course it can. It's just that there's no drop-down select list, you need to (gasp) type in the decimal value or the actual delimiter. :wink:

Posted: Sat Aug 23, 2008 8:24 am
by Ramani
chulett wrote:No, of course it can. It's just that there's no drop-down select list, you need to (gasp) type in the decimal value or the actual delimiter. :wink: ...
No. Because I was confused about Ray's message.

Posted: Sat Aug 23, 2008 8:40 am
by chulett
:? Which I clarified. His 'not in server jobs' comment was specific to the mention of a drop down list which does not exist in Server, not that you can't use a tab delimited file.

Posted: Sat Aug 23, 2008 9:28 am
by ds2000
009 value works to make tab delimited file.

Posted: Sat Aug 23, 2008 10:11 am
by chulett
As noted in the first reply.