Created
December 6, 2015 18:54
-
-
Save ceckoslab/333c0cd7debbcc464b76 to your computer and use it in GitHub Desktop.
dataflow profile coupon import action xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<action type="dataflow/convert_adapter_io" method="load"> | |
<var name="type">file</var> | |
<var name="path">var/import</var> | |
<var name="filename"><![CDATA[coupons_test.csv]]></var> | |
<var name="format"><![CDATA[csv]]></var> | |
</action> | |
<action type="dataflow/convert_parser_csv" method="parse"> | |
<var name="delimiter"><![CDATA[,]]></var> | |
<var name="enclose"><![CDATA["]]></var> | |
<var name="fieldnames">true</var> | |
<var name="store"><![CDATA[0]]></var> | |
<var name="number_of_records">100</var> | |
<var name="decimal_separator"><![CDATA[.]]></var> | |
<var name="adapter">Extendix_CouponImport_Model_SimpleImport</var> | |
<var name="method">parse</var> | |
</action> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment