Skip to content

Releases: keboola/php-csvmap

2.2.0

13 Apr 07:05
0bbeed0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

10 May 11:35
b818b56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

27 Apr 10:17
1eeb3e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...2.0.0

1.1.0

29 Oct 12:21
87ebc40
Compare
Choose a tag to compare

Changelog

  • Add the ability to map scalar values from an array to a separated CSV table (#11).

1.0.0

27 Oct 08:35
0931990
Compare
Choose a tag to compare

Changelog

  • Updated php-csvtable library.
  • Required PHP 7.1+
  • The header is optionally written to the CSV file, default true.

Version 0.6.0

31 Aug 14:27
61871b4
Compare
Choose a tag to compare

Enhancements

  • Exception is thrown if primary key contains non scalar values due to wrong mappgin (#8)

0.3.0

11 Sep 13:53
Compare
Choose a tag to compare
  • Relation files (those with "type" => "table") are created even if there are no data or wrong path is defined.
    For more info see MapperEmptyRelationTest.php and MapperWrongPathTest.php test files.
  • Minor development related improvements (code style, build, etc.).

0.2.4

08 May 04:38
Compare
Choose a tag to compare

Support for shorthand properties.

This setting is valid:

{
  "path": "colname"
}

propagate nested user data

12 Apr 12:02
Compare
Choose a tag to compare
Merge pull request #1 from keboola/propagate-user-data

propagated user data to nested tables