You are here

mapping-help-text-info.html.twig in Simple Node Importer 8

<div class="form-item form-type-item" id="edit-helptext">
Note:
<ul>
  <li>Content type Field(s) are the fields of selected content type present in existing site.</li>
  <li>CSV Column(s) are the column name provided in the uploaded CSV file.</li>
  <li>User can select from right side 'CSV Column(s)' to assign it's value to the corresponding Content Field.</li>
  <li>To avoid import failure, map your CSV columns to the appropriate Content type fields.</li>
  <li>For 'Authored By' field, please provide email-id of the user in CSV column.</li>
  <li>For boolean type fields, use 'y' or '1' for TRUE and 'n' or '0' for FALSE in source file.</li>
  <li>For multivalued field values, provide each value in separate column in CSV file. Select all the columns for respective field as shown below: <br /><a href={{ filepath }} target='_blank'><img src={{ filepath }} alt='mappingUI' width='25%' ></a></li>
{% if allowed_date_format  is not  null %}
  <li>For this content type, allowed Date format should be {{ allowed_date_format}}</li>
</ul>
{% endif %}
</ul>
</div>

File

templates/mapping-help-text-info.html.twig
View source
  1. <div class="form-item form-type-item" id="edit-helptext">
  2. Note:
  3. <ul>
  4. <li>Content type Field(s) are the fields of selected content type present in existing site.</li>
  5. <li>CSV Column(s) are the column name provided in the uploaded CSV file.</li>
  6. <li>User can select from right side 'CSV Column(s)' to assign it's value to the corresponding Content Field.</li>
  7. <li>To avoid import failure, map your CSV columns to the appropriate Content type fields.</li>
  8. <li>For 'Authored By' field, please provide email-id of the user in CSV column.</li>
  9. <li>For boolean type fields, use 'y' or '1' for TRUE and 'n' or '0' for FALSE in source file.</li>
  10. <li>For multivalued field values, provide each value in separate column in CSV file. Select all the columns for respective field as shown below: <br /><a href={{ filepath }} target='_blank'><img src={{ filepath }} alt='mappingUI' width='25%' ></a></li>
  11. {% if allowed_date_format is not null %}
  12. <li>For this content type, allowed Date format should be {{ allowed_date_format}}</li>
  13. </ul>
  14. {% endif %}
  15. </ul>
  16. </div>