Skip to content

Releases: keboola/php-csvmap

2.2.0

Choose a tag to compare

@AdamVyborny AdamVyborny released this 13 Apr 07:05
0bbeed0

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

Choose a tag to compare

@AdamVyborny AdamVyborny released this 10 May 11:35
b818b56

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@AdamVyborny AdamVyborny released this 27 Apr 10:17
1eeb3e1

What's Changed

Full Changelog: 1.1.0...2.0.0

1.1.0

Choose a tag to compare

@michaljurecko michaljurecko released this 29 Oct 12:21
87ebc40

Changelog

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

1.0.0

Choose a tag to compare

@michaljurecko michaljurecko released this 27 Oct 08:35
0931990

Changelog

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

Version 0.6.0

Choose a tag to compare

@ujovlado ujovlado released this 31 Aug 14:27
61871b4

Enhancements

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

0.3.0

Choose a tag to compare

@ujovlado ujovlado released this 11 Sep 13:53
  • 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

Choose a tag to compare

@kachnitel kachnitel released this 08 May 04:38

Support for shorthand properties.

This setting is valid:

{
  "path": "colname"
}

propagate nested user data

Choose a tag to compare

@Halama Halama released this 12 Apr 12:02
Merge pull request #1 from keboola/propagate-user-data

propagated user data to nested tables