Hello, below is my csv and yml file:
CVS:
tenant,tenant_description
tn01,tn01
tn02,tn02
tn03,tn03
YML:
Hello, below is my csv and yml file:
CVS:
tenant,tenant_description
tn01,tn01
tn02,tn02
tn03,tn03
YML:
could someone help please.
So I reviewed this and I think you need to make the following changes:
description “{{ tenants.list.1.tenant_description }}”
- tenant: “{{ tenants.list.2.tenant }}”
description “{{ tenants.list.2.tenant_description }}”
Hope this helps.
Thanks,
Thomas