Home
About ISIS
Support
Download

ISIS 3

Documentation
Tutorials
Technical Documents

ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS 3 Application Documentation


csv2table

Standard View | TOC | Home

Convert a CSV file to a table and attach it to a cube

Description
Categories
Groups
Examples
History


Description

This application converts a CSV file to a table and attaches it to a cube The first row of the CSV will be used as the fieldnames for the table. The contents of the CSV file will be converted to floating point numbers before they are inserted into the table.

Categories


Related Objects and Documents

Applications


Parameter Groups

Files

Name Description
csvInput CSV filename
labelInput table label PVL filename
toOutput cube filename

Table

Name Description
tablenameThe name of the table

Files: csv

Description

Input CSV filename. The first row of this file will be used as the table field names.

Type filename
File Mode input
Filter *.csv

Files: label

Description

Input table label PVL filename. This is expected to be a flat PVL file where all of the keywords and their values will be added to the tabel label.

Type filename
File Mode input
Internal Default None
Filter *.pvl

Files: to

Description

Output cube filename that the table will be attached to

Type cube
File Mode output
Filter *.cub

Table: tablename

Description

A table will be created with this name on the output cube using the data from the CSV file. If a table with this name already exists on the cube it will be overwritten.

Type string

Examples


Example 1

Write a simple table

Description

Write a simple csv file to a cube.

Command Line

csv2table csv=test.csv tablename=TestTable to=isisTruth.cub
In this example, csv2table will write a table called TestTable on isisTruth.cub with the contents of test.csv.

History

Jesse Mapel2018-09-04 Original version

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:12:35