Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : DataINT details
Login with GitLab

DataINT

Toolbox for INTERACTIVE reading and writing of csv- and xls-datafiles
(4670 downloads for this version - 33208 downloads for all versions)
Details
Version
1.2.0
Author
Hani A. Ibrahim
Owner Organization
private individual
Maintainer
Hani Ibrahim
Category
License
Dependency
Creation Date
May 9, 2022
Source created on
Scilab 5.5.x
Binaries available on
Scilab 5.5.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 6.1.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 2023.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 2024.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("dataint")
Description
            dataINT offers functions for convenient, interactive im-/export of test-based 
data files (*.csv, *.dat, *.txt) to or from a Scilab matrix or from a binary 
Excel files (*.xls), respectively. 

Parameters, to specify the im-/export, can conveniently entered in a dialog  
box and the file selection is done by the platform-specific 
file selection dialog.

You can specify the following im-/export parameters:
- Field separator (comma, semicolon, tab, space)
- Decimal separator (comma, point)
- Rows and columns you want to import 
- Sheet you want to import 
- Number of lines to skip, e.g. header line(s) 
- Comment header line to describe your data 

IMPORTANT: dataINT does not handle data from XML-based Excel files (.xlsx)!
NOTE: dataINT handles doubles only.

The functions can easily integrated in your own scripts to make use of 
dataINT's interactive functionality or to simplify your data import in 
Scilab's console.

FUNCTIONS:

* DI_read
  Combines functionality of DI_readcsv and DI_readxls in one function
* DI_show
  Read the first 25 or an arbitrary number of lines of a text data file,    
  displays them in the console and invoke the reading procedure after, if
  desired.
* DI_writedat
  Write comma-separated value files (*.csv, *.dat, *.txt) interactively.

dataINT is available for Scilab 5.5.x, 6.0.x and 6.1.x. Furthermore 
dataINT is cross-platform.

-------------------------------------------------------------------------------

CHANGELOG:

1.2.0
- DI_show function added
- DI_writedat replaces DI_writecsv
- Deprecation of DI_readcsv and DI_readxls. Successor of both is DI_read

1.1.1
 - Fix decimal-comma-bug when reading/parsing space separated text files 
   with decimal commas

1.1.0 
- DI_read function introduced
- Better input parameter checking
- Easier input of data ranges for import

1.0.1 Bug fixes: 
- "test" print in DI_readcsv())
- Syntax/Calling Sequence missing bug in help-files
- some minor improvements
   
-------------------------------------------------------------------------------
            
Files (8)
[366.50 kB]
OS-independent binary for Scilab 2023.0.x

[798.91 kB]
OS-independent binary for Scilab 2024.0.x

[224.03 kB]
Source code archive

[355.98 kB]
OS-independent binary for Scilab 5.5.x

[372.05 kB]
OS-independent binary for Scilab 6.0.x

[372.04 kB]
OS-independent binary for Scilab 6.1.x

[525.89 kB]
Miscellaneous file
DataINT imports data from Excel 95-2003 xls-file
[568.33 kB]
Miscellaneous file
DataINT imports text-based data with spaces as field delimiters
News (2)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.