Ignore:
Timestamp:
Nov 4, 2021, 2:16:10 PM (17 months ago)
Author:
Nicklas Nordborg
Message:

Fixes #1348: Improvments to the Map external data wizard

Implemented support for using tab-, comma- and semicolon-separated files. Auto-detection is made when a file is selected but it is possible to manually override.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/branches/4.33-stable/resources/personal/map-external-data.jsp

    r5740 r6471  
    8181        <td class="help" rowspan="2"><span id="file.message" class="message"></span>
    8282          <ul>
    83           <li>Select a tab-separated text file in UTF-8 encoding.
     83          <li>Select a tab-, comma-, or semicolon-separated text file in UTF-8 encoding.
    8484          <li>The first line should contain column headers.
    8585          <li>The first column should contain the personal number, or a release id value as specified by the <b>Map from</b> option.
     
    9393        <td>
    9494          <div id="preview"><i>No file loaded...</i></div>
     95        </td>
     96        <td></td>
     97      </tr>
     98      <tr>
     99        <td class="prompt">Separator</td>
     100        <td>
     101          <select name="separator" id="separator">
     102            <option value="tab">Tab
     103            <option value="comma">Comma
     104            <option value="semicolon">Semi-colon
     105          </select>
    95106        </td>
    96107        <td></td>
Note: See TracChangeset for help on using the changeset viewer.