mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
New Filter plugin from_csv (#2037)
* Added from_csv filter and integration tests * Cleaning up whitespace * Adding changelog fragment * Updated changelog fragment name * Removed temp fragment * Refactoring csv functions Part 1 * Syncing refactored csv modules/filters * Adding unit tests for csv Module_Util * Updating changelog fragment * Correcting whitespace in unit test * Improving changelog fragment Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/2037-add-from-csv-filter.yml Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c147d2fb98
commit
6529390901
8 changed files with 383 additions and 47 deletions
7
changelogs/fragments/2037-add-from-csv-filter.yml
Normal file
7
changelogs/fragments/2037-add-from-csv-filter.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
add plugin.filter:
|
||||
- name: from_csv
|
||||
description: Converts CSV text input into list of dicts
|
||||
minor_changes:
|
||||
- csv module utils - new module_utils for shared functions between ``from_csv`` filter and ``read_csv`` module (https://github.com/ansible-collections/community.general/pull/2037).
|
||||
- read_csv - refactored read_csv module to use shared csv functions from csv module_utils (https://github.com/ansible-collections/community.general/pull/2037).
|
Loading…
Add table
Add a link
Reference in a new issue