https://bugs.documentfoundation.org/show_bug.cgi?id=100254

--- Comment #4 from kartis56 <[email protected]> ---
OK for step by step info. 
it's similar to here 
http://dominoc925.blogspot.jp/2013/05/import-csv-file-into-libreoffice-base.html

0) export twitter block list from twitter>settings>blocked etc
   this csv has one field, id number only.

1) make new odb, Connect to an existing database Text

2) select CSV path, and check *.csv, and Finish

3) save any name odb. (odb1)
   this odb has csv file name talbes, and field type is DECIMAL. no error

4) open another odb, "Create a new database". (odb2)

5) drag and drop table from "odb1". "Definition and data" and finish. yes to
make PrimaryKey

6) table has DECIMAL filed type. but view is float type such as " 1.23E+16"
   so change field format  #,##0,  data is zero filled "12,345,678,912,345,700"
from "12345678912345678".

 I want "12,345,678,912,345,678" as integer or string.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to