History log of /plugin/struct/meta/CSVImporter.php (Results 1 – 14 of 14)
Revision Date Author Comments
# 7234bfb1 13-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


# 0549dcc5 13-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


# 308cc83f 14-May-2020 Andreas Gohr <andi@splitbrain.org>

refactoring names

To avoid confusion with the Lookup type, the three different ways of
accessing a schema have now the following names:

* page data - for revisioned struct data attached to a page
*

refactoring names

To avoid confusion with the Lookup type, the three different ways of
accessing a schema have now the following names:

* page data - for revisioned struct data attached to a page
* serial data - for an unrevisioned list of struct data attached to a
page
* global data - for an unrevisioned list of struct data not attached to
any page (formaly known as lookup schema)

The editor mechanism used for serial and global data is now called
AggregationEditor

Some reference to lookup schemas is still in the bureaucracy support
part.

show more ...


# ad86a824 11-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Create pages when importing serial data


# 4cd5cc28 07-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Introduce new factory methods for data access and deprecate old ones


# 47a35992 05-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Replace hand-crafted SQL queries in CSV import with calls to AccessTable* save methods


# 4e4edb41 05-May-2020 Anna Dabrowska <dabrowska@cosmocode.de>

WIP Try not to duplicate data saving methods


# d6d97f60 09-Apr-2020 Anna Dabrowska <dabrowska@cosmocode.de>

Automatic coding style fixes


# 17dbef8a 31-Aug-2018 Michael Große <grosse@cosmocode.de>

✨ (Import) Add option to create missing pages in csv page schema import

Styling of the checkbox is still a bit off.

WIKI-199


# 0e489a46 19-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

make one SQL transaction per imported line to eliminate potential inconsistencies


# 69c07c1b 19-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

doc update


# 1fc2361f 19-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

implement CSV import for page schemas


# f36cc634 06-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

add raw CSV export

This allows exporting the raw data of a schema in the same format as
used in the CSV import.


# a0b3799e 05-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

first go at CSV import #239

This adds CSV importing for Lookup Schemas. The format is fixed (comma
separator, " encapsulation, \ escape). The first row has to contain
headers matching the Schema's f

first go at CSV import #239

This adds CSV importing for Lookup Schemas. The format is fixed (comma
separator, " encapsulation, \ escape). The first row has to contain
headers matching the Schema's field names. Non matched fields are
ignored.

No validation is done on import. All data is stored as is and will then
bw interpreted by the different types.

show more ...