I am a new user and need your help. When I open .txt file with TextPad, the delimiter is space, how can I change it to be "\t" or "l" as default?
Thanks very much!
How to set delimiter default?
Moderators: AmigoJack, bbadmin, helios, MudGuard
-
Sandy Gong
- Posts: 3
- Joined: Mon May 25, 2009 7:31 am
Sure. I open an excel file and save as .txt (Tab Delimited). Then I open this .txt file in TextPad. I expect to see tab delimiter "\t" to seperate the field. But what I see is SPACE in between.
What I see:
Product.DescLong Product.DescShort Product.LeadtimeInDays
Expect to see something like:
Product.DescLong\tProduct.DescShort\tProduct.LeadtimeInDays
Thanks for your help!
What I see:
Product.DescLong Product.DescShort Product.LeadtimeInDays
Expect to see something like:
Product.DescLong\tProduct.DescShort\tProduct.LeadtimeInDays
Thanks for your help!
Please try implementing the following procedure in TextPad:
From the Configure menu choose:
1. Preferences
2. "+" sign next to Document classes
3. "+" sign next to Text
4. Tabulation
5. Uncheck the relevant option for converting tabs to spaces
6. Click Apply / OK.
I hope this helps.
From the Configure menu choose:
1. Preferences
2. "+" sign next to Document classes
3. "+" sign next to Text
4. Tabulation
5. Uncheck the relevant option for converting tabs to spaces
6. Click Apply / OK.
I hope this helps.
Helios Software Solutions