Topic: Special features for delimited data files (1 of 2), Read 56 times
Conf: VEDIT Sales and Info
From: Eric Pement
Date: Monday, September 08, 2008 02:19 PM

This is a pre-sale question from someone who has the demo version of Vedit only (v6.15.2), but is not yet a paid user.

Does Vedit have any special features for handling, displaying columns, or manipulating delimited data files? I.e., tab-delimited, bar-delimited, CSV, or other "fielded" files where a single byte (or string) separates variable-length fields on a line?

If yes, can you describe them a bit? (And will this forum support screenshots as file attachments?)

Eric Pement

 


Topic: Re: Special features for delimited data files (2 of 2), Read 51 times
Conf: VEDIT Sales and Info
From: Ted Green
Date: Monday, September 15, 2008 12:36 PM

At 02:23 PM 9/8/2008, you wrote:
>From: "Eric Pement"
>
>This is a pre-sale question from someone who has the demo version of Vedit only (v6.15.2), but is not yet a paid user.
>
>Does Vedit have any special features for handling, displaying columns, or manipulating delimited data files? I.e., tab-delimited, bar-delimited, CSV, or other "fielded" files where a single byte (or string) separates variable-length fields on a line?

The only function built into VEDIT is {EDIT, Convert, CSV to Flat} which creates a flat file without delimiters. Since the fields in a flat file are all fixed-length, VEDIT's columnar operations can be used to delete, search/replace and perform other operations on particular fields.

Conversely, {EDIT, Convert, Flat to CSV} converts a flat file into a delimited CSV file.

There is no current or planned functionality for working directly with particular fields in a variable-length CSV file.

Ted.