Plugin Directory

Changeset 1298563


Ignore:
Timestamp:
12/01/2015 05:27:26 PM (10 years ago)
Author:
ghazale
Message:

updated upload csv guidelines CSDES v1.5.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-searchable-data-entry-system/tags/1.5.1/sds-main.php

    r1298505 r1298563  
    10141014            <li><?php _e('There is absolutely no constraint on the number of columns or anything else for your file. So enjoy uploading!') ?></li>
    10151015        </ol>
     1016        <p><strong><?php _e('IMPORTANT NOTE: When you save your file as CSV(Comma Delimited), be careful about the commas(,) that you have in your file. Because when the system reads the file and it faces commas, it thinks the comma means the end of the field or row and it should skip it while in reality it shouldn\'t; consequently it leads to a messed up table. Therefore it is recommended to replace all the commas in your file (by pressing CTRL+F (Windows)/ Command+F(Mac)) with an alternative like dash(-) like below example.') ?></strong></p>
     1017        <p><strong>Example: Change John<span style="font-size: 25px; color: #ff0000">,</span>Mary to John <span style="font-size: 25px; color: #ff0000">-</span> Mary</strong></p>
    10161018    </div>
    10171019<?php
Note: See TracChangeset for help on using the changeset viewer.