B4X FEED CSV viewer: an application using the scroll grid explained in a previous tutorial.

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: CSV viewer: an application using the scroll grid explained in a previous tutorial. است. این موضوع تا کنون 32 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع CSV viewer: an application using the scroll grid explained in a previous tutorial.
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
32
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
In this B4J application you can load and view CSV text files.
A CSV file is a Comma-Separated Values text file.
Each value from one line is separated by a delimiter.
This delimiter can be a comma ( , ), a semi-colon ( ; ), an equal-sign ( = ), a colon ( : ), a tab character or any other character you choose as a delimiter.
The first line in the file usually contains the header texts for each value.
It is also allowed to set the delimiter in the first line (for instance: sep=; ). The second line then contains the header texts.
برای دیدن تصاویر باید ثبت نام کنید

You can import a CSV-file with the CSV-button. In the Windows Open Dialog you can choose a file to be imported in the import folder.
The imported files combo box then has a reference to the imported file. Selecting it will open the list.
The JSON export button allows you to export the list in a JSON format. The exported file contains an array of arrays.
The exported CSV file contains in the first line the separator (delimiter) indication that was...



 

عقب
بالا