Data file, is tab-delimited a problem?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Josh
Posts: 46
Joined: Sat Jan 12, 2008 6:42 am

Data file, is tab-delimited a problem?

Post by Josh » Thu Feb 28, 2008 6:24 pm

Hi all,

I'm setting up an application that will make a long transcript (composed of dozens of individual human participants. I want to delimit the fields with tabs rather than commas for easy quick views in excel. Will this make reading difficult or is there a way to switch comma to tab in the search for item1, item2, etc. Many thanks for any help.

Josh

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Post by BvG » Thu Feb 28, 2008 6:32 pm

You can set the itemdelimiter to tab, this will easy your handling of the data.

In fields you can use the tabstops property, to format the entries as you want them to show. If you set the vGrid of a field to true, then text will be truncated, instead of moving the tab to the next tabstop.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Josh
Posts: 46
Joined: Sat Jan 12, 2008 6:42 am

Thanks!

Post by Josh » Thu Feb 28, 2008 6:57 pm

I worked with a guy from Zurich a year ago. About the most productive and busiest person I ever met in my life.

Klaus
Posts: 14194
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Thanks!

Post by Klaus » Thu Feb 28, 2008 7:55 pm

Josh wrote:I worked with a guy from Zurich a year ago. About the most productive and busiest person I ever met in my life.
Aha :-)

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Thanks!

Post by BvG » Fri Feb 29, 2008 2:09 am

Josh wrote:I worked with a guy from Zurich a year ago. About the most productive and busiest person I ever met in my life.
clearly not me then...
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply