InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InstantDB: Numeric or Decimal data type import


Hello!
I'm trying to import numeric|decimal data types from an ascii file into a instantdb table.
 
The schema-file contents:
 [stt.txt]
ColNameHeader=False
CharacterSet=ANSI
Format=CSVDelimited
Col1=nx Decimal(11,3)
Col2=mx Float
Col3=lx Float
Col4=dx Float
Col5=rx Float
Col6=naax Float
Col7=laax Float
Col8=sttnr Float
Col9=alter Float
 
The input ascii file contents:
12345678.123,2,3,4,5,6,7,8,9
 
Content of the newly created instantdb table is:
 
mx                lx    dx    rx naax    laax    sttnr
12.345.678    2     3     4   5         6        7
 
I'm wondering where the first (Col1=nx) and last column(Col9=alter) gone?
 
Any idea?
 
Thanks in advance!
 
Juergen Roeder