Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

File Extension

Former Member
0 Likes
459

Hi friends,

I have a simple query on how a file extension should be given. Excel sheets are stored as .xls, comma separated files are stored as .csv,text files as .txt,

Can you tell me with what extension SEMICOLON separated files are stored as ?

Thanks in advance.

Rgds,

Gayathri

Hi friends,

I have a simple query on how a file extension should be given. Excel sheets are stored as .xls, comma separated files are stored as .csv,text files as .txt,

Can you tell me with what extension SEMICOLON separated files are stored as ?

Thanks in advance.

Rgds,

Gayathri

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
408

Hi,

as csv-files

regards Andreas

Read only

Former Member
0 Likes
408

Check this

http://www.northstudio.com/gallery/docs/gallery1-user.import.html

Meta data file requirements:

<b>For .csv files</b>, <b>a text file with semicolon seperated fields</b>. The first line (or row) defines each column. A column of "File Name" or "Filename" must exist, this field name is not case sensitive. All other field names are case sensitive. The remainder of the fields will be used to populate the custom fields. If the custom fields are not set, then they will be ignored. If no caption field is specified, the first of the following non empty fields will be used: Title, Description, Persons. (in order)

Kindly reward points for the answer which helped u.