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
-
ak47wong
- Posts: 703
- Joined: Tue Aug 12, 2003 9:37 am
- Location: Sydney, Australia
-
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!
- helios
- Posts: 711
- Joined: Sun Mar 02, 2003 5:52 pm
- Location: Helios Software Solutions
- Contact:
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