Over the last several weeks, I've been working extensively with comma-separated
value (CSV) files. One simple example is the component I described in "Gathering
File System Data" (October 2006, Instant-Doc 93451), FileDB.wsc, which saves
information about files to a CSV file. CSV files are plain-text database files
in which each line represents a record (row) that's divided into fields (columns),
with commas separating data items from each other, as Figure
1 shows. The first line (sometimes called a header line) of the CSV file
contains the field or column names, and subsequent lines contain the data. Double-quote
characters define individual items in case a data item contains a comma. CSV
files can contain an arbitrary number of lines, and they might not contain a
header line that contains the field names. As I worked with the output from
FileDB.wsc, I realized that an HTML application (HTA) would be an ideal way
to quickly and easily view CSV files. Let's take a look at the HTA I wrote and
see how the scripting behind it makes it work. . . .
nice
KWhite December 19, 2006 (Article Rating: )
There is no code in the zip file other than a couple excerpts.
testme December 28, 2006 (Article Rating: )
The HTA script is missing from the zip file. The zip only includes the two functions.
Free Online Event! Virtualization:Get the Facts! Register now and attend this free, live in-depth online conference on November 13 and 20, 2008, produced by Windows IT Pro. All registrants are eligible to receive a complimentary one-year digital subscription to Windows IT Pro (a $49.95 value)!
Ease Your Scripting Pains with the Flexibility of PowerShell! Join MVP Paul Robichaux on December 11, 2008 at 11:00 AM EDT as he equips you with PowerShell basics in 3 introductory lessons, each followed by a live Q&A session—all on your own computer!
Latest Advancements in SSL Technology There are a variety of different kinds of SSL to explore to ensure customer data is kept confidential and secure. In this paper, we will discuss some of these SSL advances to help you decide which would be best for your organization.
Order Your SQL Fundamentals CD Today! Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.
Maximize Your SharePoint Investment: Get Your Data Moving Watch this web seminar now to learn how to maximize your SharePoint investment! Join us as we take a look at the complex business of securing, accessing and managing vast amounts of information in a global network and various ways to get your data moving.
List Your Products in Our Technology Resource Directory Don't miss the chance to post your free listing in this comprehensive directory for IT and developer professionals, powered by Windows IT Pro. But hurry! Deadline ends Oct. 9.
KWhite December 19, 2006 (Article Rating: