Dear HDF5 Users,
Please I have comma separated value (CSV) file that is in a tabular format and I can open it in MS Excel. I want to just convert this file to a HDF5
file. I am new to HDF5 file, but I cannot see any documentation that
just takes a flat file and converts it to a HDF5.
1. In the main HDFView menu go to Tools --> User Options. In the "Data" row change Data Delimiter option from Tab to Comma.
2. Open or create a new file and create an empty dataset, then open it. You will get a new window with the default values (0) shown.
3. Go to the "Table" tab and choose "Import Data from Text File".
Make sure you save the changes by closing the file before exiting HDFView.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Elena Pourmal The HDF Group http://hdfgroup.org
1800 So. Oak St., Suite 203, Champaign IL 61820
217.531.6112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dear HDF5 Users,
Please I have comma separated value (CSV) file that is in a tabular format and I can open it in MS Excel. I want to just convert this file to a HDF5 file. I am new to HDF5 file, but I cannot see any documentation that just takes a flat file and converts it to a HDF5.
Dear HDF5 Users,
Please I have comma separated value (CSV) file that is in a tabular
format and I can open it in MS Excel. I want to just convert this
file to a HDF5 file. I am new to HDF5 file, but I cannot see any
documentation that just takes a flat file and converts it to a HDF5.
Hi Elena,
Thanks for your reply. I am already working with C, is there no HDF5 API to just convert dataset in a flat file to HDF5 file using some commands. I have seen that you can use a for loop to write raw data, so why can't I print out the contents of a flat file and the save it in a dataset and then a HDF5?
À: hdf-forum@lists.hdfgroup.org
Envoyé: Lundi 30 Décembre 2013 07:55:40
Objet: [Hdf-forum] How can I convert a flat CSV file to a HDF5 file
Dear HDF5 Users,
Please I have comma separated value (CSV) file that is in a tabular format and I can open it in MS Excel. I want to just convert this file to a HDF5
file. I am new to HDF5 file, but I cannot see any documentation that
just takes a flat file and converts it to a HDF5.
Hi Elena,
Thanks for your reply. I am already working with C, is there no HDF5 API to just convert dataset in a flat file to HDF5 file using some commands. I have seen that you can use a for loop to write raw data, so why can't I print out the contents of a flat file and the save it in a dataset and then a HDF5?
Please make sure to use h5cc compiler script or link with the HL HDF5 C library libhdf5_hl.so(a) that should precede HDF5 C library libhdf5.so(a) on the link line.
Elena
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Elena Pourmal The HDF Group http://hdfgroup.org
1800 So. Oak St., Suite 203, Champaign IL 61820
217.531.6112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kind regards
On Monday, December 30, 2013 5:01 PM, David Froger <david.froger@inria.fr> wrote:
Hi Gokap,
Dear HDF5 Users,
Please I have comma separated value (CSV) file that is in a tabular format and I can open it in MS Excel. I want to just convert this file to a HDF5 file. I am new to HDF5 file, but I cannot see any documentation that just takes a flat file and converts it to a HDF5.