Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Data Access
Created by Guest
Created on Aug 22, 2022

Import fixed width data tables into Spotfire

Sometimes source data tables are in the format of fixed width, no delimiter being used. Below is an example. Each field has a fixed width of 3 characters, but no delimiter.

a def gh

abc def g

ab de ghi

Importing data like this into Spotfire, there will be only one column. Then extra data transformations are needed to split it into a number of columns.

It would be great if Spotfire can handle this type of import out of the box. More like in Excel, the 'Text to Columns' feature.

  • Attach files
  • Guest
    Reply
    |
    Aug 22, 2022

    Here is the end result from Excel.

  • Guest
    Reply
    |
    Aug 22, 2022

    The example auto trimmed the spaces. Source table would be like below, * being spaces.

    a***def*gh*

    abc*def*g**

    ab**de**ghi