Thursday, August 6, 2009

Csv to Html generator

CSV to HTML Generator
==================================
The Csv to Html generator software is a robust software,that can generate html file(s) for each record
which are existing in the csv file. it take only three input A) CSV file B) Html template file
3) Destination directory.

The csv file must be comma separated.
Feature: You can double quotes in the records and in that record you can use comma.

Suppose you have listed below columns 15 in your csv file having many records

sku,standard-product-id,product-id-type,title,manufacturer,mfr-part-number,description,product_type,item-type,search-terms1,search-terms2,search-terms3,search-terms4,search-terms5,main-image-url


and you want to generate individually htnl file with predefined template for the listed below columns
for ex:
sku,product-id-type,manufacturer,description,search-terms2

0 for sku,
2 for product-id-type,
4 for manufacturer
6 for description
9 for search-terms1


then just create a listed below HTML template format file:
<html>
<body>
    Sku of item: [0], <br/>
    Product type  ID: [2], <br/>
    Manufacturer of item: [4] <br/>
    Description:  [6] <br/>
    Search terms 1: [9] <br/>
</body
</html>

Download Here

You need to install Dot Net Framework 4.0 distribution before  run to this Application.


No comments:

Post a Comment