I have a list of data with tabs between text instead of columns, I converted to a table?

Hi all

I have a list of 20 pages of data, but instead of it being in the columns of it is spaced with tabs between the numbers. For example:

2012-01-01 12 60 0 4 1,112

is: 2012-01-01 < tab > 12 < tab > 60 < tab > 0 < tab > 4 < tab > 1.112

Is there a way to put this in a table without having to fill it all in manually? Convert the tabs list in a table as a whole?

Any suggestions are appreciated.

Thank you!

Luuk

1. Select the text

2. Select the "Table" menu > "convert text to table...". »

3. click on OK.

See also help: help InDesign | Creating tables -paragraph 'create an array of existing text.

Tags: InDesign

Similar Questions

  • How to have the list of dates automatically updated the site, without manually changing in Muse

    Hey, I design a site for a group that I play the drums in and I was wondering how I could update the list of concerts, we have, without having to manually edit in Muse then download again. Is there a way to past shows being removed without doing me it manually?

    I believe you are referring to events with calendar on the page where you can update the calendar with the dates, in which case you use the event of third party system then Muse will not control it, but if you created that in Muse itself then you will need to manually edit of Muse.

    If the site is hosted on BC, then you can use the events module to view the dates and details, the end site, you can schedule events and that expired will be removed from the calendar.

    Thank you

    Sanjit

  • I have a list of selection with the value yes and no

    I am 10 select list with the value yes or no

    I need to launch a dynamic action, and so I have a variable that indicates the number of selection selected list which has been chosen as Yes or no...

    How can I realize this is apex 4.2 db 11g...

    Thank you

    Published by: zycoz100 on March 4, 2013 12:05

    Brute force method:

    Dynamic Action using a PL/SQL block with something like:

    count := 0;
    Begin
    If :P1_Select_List_1 = 'yes'
      count := count + 1;
    End If;
    If :P1_Select_List_2 = 'yes'
      count := count + 1;
    End If;
    If :P1_Select_List_3 = 'yes'
      count := count + 1;
    End If;
    . . .
    End; 
    

    ???
    Howard

  • I want to display date with day between sysdate to a date later one in sql

    SYSDATE to 21/09/2014

    It should display as

    @@@

    wednessday 08/06/2014

    Thursday 08/07/2014

    08/08/2014 Friday

    Saturday 08/09/2014

    .

    .

    .

    .

    .

    .

    .

    21/09/2014 Sunday

    SQL> select sysdate + (level-1) dt
      2       , to_char(sysdate + (level-1), 'fmDay') dt_day
      3    from dual
      4  connect by level <= to_date('21-09-2014', 'dd-mm-yyyy') - sysdate + 1;
    
    DT        DT_DAY
    --------- ---------
    06-AUG-14 Wednesday
    07-AUG-14 Thursday
    08-AUG-14 Friday
    09-AUG-14 Saturday
    10-AUG-14 Sunday
    11-AUG-14 Monday
    12-AUG-14 Tuesday
    13-AUG-14 Wednesday
    14-AUG-14 Thursday
    15-AUG-14 Friday
    16-AUG-14 Saturday
    17-AUG-14 Sunday
    18-AUG-14 Monday
    19-AUG-14 Tuesday
    20-AUG-14 Wednesday
    21-AUG-14 Thursday
    22-AUG-14 Friday
    23-AUG-14 Saturday
    24-AUG-14 Sunday
    25-AUG-14 Monday
    26-AUG-14 Tuesday
    27-AUG-14 Wednesday
    28-AUG-14 Thursday
    29-AUG-14 Friday
    30-AUG-14 Saturday
    31-AUG-14 Sunday
    01-SEP-14 Monday
    02-SEP-14 Tuesday
    03-SEP-14 Wednesday
    04-SEP-14 Thursday
    05-SEP-14 Friday
    06-SEP-14 Saturday
    07-SEP-14 Sunday
    08-SEP-14 Monday
    09-SEP-14 Tuesday
    10-SEP-14 Wednesday
    11-SEP-14 Thursday
    12-SEP-14 Friday
    13-SEP-14 Saturday
    14-SEP-14 Sunday
    15-SEP-14 Monday
    16-SEP-14 Tuesday
    17-SEP-14 Wednesday
    18-SEP-14 Thursday
    19-SEP-14 Friday
    20-SEP-14 Saturday
    
    46 rows selected.
    
    SQL>
    
  • I need a box multi select drop-down list or list of selection with image or icon faclitliy

    Hello

    I tried to find a plugin or a jquery plugin that allows to perform the task of

    have a list of selection with images and there should be a facility such as multi select.

    How this can be accomplished. One have they implemented it in any of their application

    Any information will be greatly appreciated.

    Thank you

    pauljohny100 wrote:

    Hello

    I tried to find a plugin or a jquery plugin that allows to perform the task of

    have a list of selection with images and there should be a facility such as multi select.

    How this can be accomplished. One have they implemented it in any of their application

    Any information will be greatly appreciated.

    When ask questions user interface-related still State (at least) the full version of APEX, the theme and the version of browser compatibility / required.

    See the plugin jQuery Select2 , for which there is a plug in APEX .

    Pre-plugin when we have implemented requirements like this using a model report, CSS and personal...

  • Transfer of data with rowtype block

    Hello

    I'm using the version of oracle forms 11g (11.1.2.1.0 on 64-bit windows).

    I have a block of data with a lot of columns.

    I have what it takes to fill the block of data at A TIME-NEW-FORM-INSTANCE with the query.

    My problem is, I have what it takes to fill the block with % rowtype (and not every article in separately), since I have a lot of elements (= columns) in this data block.

    Here is my code (in One TIME-NEW-FORM-BODY relaxation):

    DECLARE

    CURSOR pop_blck_cur IS

    Select *.

    ALERTS. CRDX_ALERTS_PROCESS_TYPES

    where (PROCESS_TYPE_ID, STATUS_DATE) in (select PROCESS_TYPE_ID, max (STATUS_DATE), 'MOST UPDATED'

    ALERTS. CRDX_ALERTS_PROCESS_TYPES

    Group of PROCESS_TYPE_ID)

    order of PROCESS_TYPE_ID;

    l_row pop_blck_cur % ROWTYPE;

    l_first_rec NUMBER;

    l_last_rec NUMBER;

    cur_rec NUMBER;

    BEGIN

    LAST_RECORD;

    l_last_rec: =: system.trigger_Record;

    PREMIER_ENREGISTREMENT;

    l_first_rec: =: system.trigger_Record;

    cur_rec: = l_first_rec;

    FOR rec IN pop_blck_cur

    LOOP

    GO_BLOCK ('ALERTS_PROCESS_TYPES_BLOCK');

    cur_rec: = GET_BLOCK_PROPERTY ('ALERTS_PROCESS_TYPES_BLOCK', CURRENT_RECORD);

    GO_RECORD (cur_rec);

    ALERTS_PROCESS_TYPES_BLOCK % ROWTYPE : = l_row;        -here I need the slider assignment to my block of data

    WHEN THE OUTPUT: SYSTEM. LAST_RECORD = "TRUE";

    NEXT_RECORD;

    END LOOP;

    How to achieve this?

    Tanks in advance,

    Elad

    This isn't the works of forms in a way.

    Your base on your table of CRDX_ALERTS_PROCESS_TYPES block

    Equip your WHERE condition the default value of the property - where the block.

    In the WHEN-NEW - EXAMPLE of FORM, just put an EXECUTE_QUERY;

    If you want to fill the block "by hand", you will need to assign each item separately.

  • Data merge encoding error with the Arabic text.

    Hello, I was wondering if anyone has any advice for the use of data with the Arabic text merge.

    I saved the text to Unicode.  It displays corectly in the TXT file.

    But when trying to use datamerge I get an error that says that some of them could not be encoded.  All my Arabic resembles numbers/letters/puctionation.

    (this is with the world ready paragraph composer on).

    In the comments on this page someone sugested using notepad ++ to convert the internal encoding UTF-8 WITHOUT BOM.

    I have not understant what this is, but I don't have the error message after doing this.

    My text is still incomprehensible, but now its symbols like this: o¨o§u «Ù...» UŠoª f rather than nubers/punctuation.

    Nobody knows what's goining on? or how I can fix this?
    Thank you!

    I appreciate it.

    Just in case: windows 8, adobe cs6, excellent 2010

    It seems that ive got I had to combine this solution

    with what I was doing previously.

    Missed me this little milestone:

    Import Options box when you select the CSV file to tell InDesign what encoding it is saved in.

    EDIT: That's what I'm doing, incase anyone else has this problem:

    Save as unicode txt.  Make sure that under options adtional > web options > encoding is set to utf 8

    then, under import box Options when you select the CSV file to tell InDesign what encoding it saved in.

  • List of selection with zero value Submit reset

    Hello
    I have two list of selection with new submission namely A and B, both are dynamically filled with SQL query. The 'B' selection list is populated based on the value selected by the user from the list "A".
    The problem comes when the user has selected a value from list "B" and by changing the value of 'A', the current value of the 'B' list indicates the value selected previously.

    I'm new to APEX would be grateful if you could tell me How to reset the value of 'B' list when 'A' is selected.

    Thank you
    Spengler.

    Your list for ITEM B should allow a null value and the only other thing is to have a conditional process that fires when the request is POINT A. This process must assign POINT B null.

  • Dates with no thumb nails in the list of 'Moments '.

    Have deleted (totally) pictures of a 'Moment' but the date still appears in the list of 'Time' (sidebar selection is 'Photos'

    When you scroll the program list of the 'Moments' will crash when it encounters a 'moment' date only

    Please explain what you see

    and it would be good to get up-to-date with OS X 10.11.4 and Photos 1.5 - OS X 10.10.5 is four day behind and missing many new features and bug fixes

    LN

  • Do you have a list of 'global' tab to save time?

    I use Firefox for years and I love it so much that I opened it tons of tabs at the same time, which is 90 +, and I hate closing and reopening/conclusion. It's really, really a lot of time to come back after that browse the Internet for awhile to have a hard time finding one tab in a + 90 tablets, like 20 + windows (although the list has scrolling), grouped together. Would have been nice to have a list on the 'global '. I know that we have the "switch to tab" what to type in the address bar and a list of 'local' tab (one stop shop) already. But I don't know if we still have that 'global'. Also, I think that the "finder (duplicate) tab", using the address bar, not a not "bottom" search all tabs in all windows. I have already suggested the feature earlier just in case. Maybe there is already a plugin for this? Please let me know if I missed something. Thanks in advance for your help. I appreciate it. Thanks again!

    PS After I restart Firefox and all the tabs were completely responsible, many of them are YouTube, and they all sing as I have to cut my speaker and break one by one. It's really, really a pain...

    Tabhunter has obtained a list of 'global' tab that lists the tabs 'all' in windows 'all', with a search box.

  • I have a sony ericsson phone with data cable but cannot import pictures on pc

    I have a sony ericsson phone with data cable but cannot import pictures on pc

    I have a sony ericsson phone with data cable but cannot import pictures on pc

    =====================================
    When you connect via a USB cable... go to... Start / computer...
    the phone should be listed as a drive letter. You should be
    able to access photos from there.

    Also... If the AutoPlay window isn't launchng when the phone
    is connected... perhaps the following will provide some ideas:

    Windows Vista-
    How to change the auto run settings
    http://Windows.Microsoft.com/en-us/Windows-Vista/Change-AutoPlay-settings

    Windows Vista-
    Troubleshoot AutoPlay
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-AutoPlay-problems

    Windows Vista-
    AutoPlay: Frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/AutoPlay-frequently-asked-questions

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • I bought my 2009 year Adobe Creative Suite 4 for Mac OS. Now I have bought me a few weeks ago a new Apple iMac 27-inch with new ElCapitan Workprogram. I turn all my dates with a time machine backup of my old iMac 27. But now I can't start my photosh

    I bought my 2009 year Adobe Creative Suite 4 for Mac OS. Now I have bought me a few weeks ago a new Apple iMac 27-inch with new ElCapitan Workprogram. I turn all my dates with a time machine backup of my old iMac 27. But now I can't start my program of photoshop CS4. The error number is 150:309. Call support, they say. It will be very happy, if you can help me. Best regards from Germany black forest... Your Thomas

    using time machine to restore the adobe programs is problematic.

    at this point, uninstall all done by the time machine to your problematic adobe programs.

    clean through the use of the Adobe Creative Cloud cleaning tool to solve installation problems

    Restart your computer

    well install cs 4 using the installation files and your serial number and activate: How to open third-party developers not identified in Mac OS X applications ' Mac Tips .

    Available downloadable Setup files:

    Download and installation help links Adobe

    Help download and installation to Prodesigntools links can be found on the most linked pages.  They are essential; especially steps 1, 2 and 3.  If you click on a link that does not have these listed steps, open a second window by using the link to Lightroom 3 to see these "important Instructions".

  • How can I register all of the VMX files found in a list of stores of data with new names

    Hello-

    I'm trying to find a way to search through a given list of data and each discover a warehouse. VMX file, add this machine in the inventory I want to prepend the name of the machine as something different. That is to say, instead of "Machine1", I wish it were registetred as "auto-Computer1.  So, imagine I have an empty data center with 4 warehouses of data stored in a table $arrDatastoreToInclude.  I want to loop through each of these data stores and add all the VMX files I found back in the inventory.

    I know that I can use the following to get data warehouses I want:

    $dsindatacenter = get-data center $DataCenterName | Get-Datastore? | {$arrDatastoreToInclude - contains $_.} Name}

    But I have no idea how to analyze these data stores for the VMX files and what command to add them in the inventory.  Can anyone help?

    Try the following, it is based on the script of the position that Robert mentioned.

    You will need to provide a file (in $VMFolder) where unregistered virtual machines will be stored.

    The Set-VM cmdlet will take care of the rename.

    $DatacenterName = "MyDatacenter" $arrDatastoreToInclude = "DS1","DS2","DS3","DS4"
    
    $dc = Get-DataCenter $DataCenterName $dsindatacenter =  Get-Datastore -Datacenter $dc | ?{$arrDatastoreToInclude -contains $_.Name}
    
    $VMFolder = "MyFolder"
    $ESXHost = Get-VMHost -Location $dc | select -First 1
    foreach($Datastore in $dsindatacenter) {
        # Collect .vmx paths of registered VMs on the datastore     $registered = @{}
        Get-VM -Datastore $Datastore | %{$_.Extensiondata.LayoutEx.File | where {$_.Name -like "*.vmx"} | %{$registered.Add($_.Name,$true)}}
    
       # Set up Search for .VMX Files in Datastore    New-PSDrive -Name TgtDS -Location $Datastore -PSProvider VimDatastore -Root '\' | Out-Null    $unregistered = @(Get-ChildItem -Path TgtDS: -Recurse |         where {$_.FolderPath -notmatch ".snapshot" -and $_.Name -like "*.vmx" -and !$registered.ContainsKey($_.Name)})
        Remove-PSDrive -Name TgtDS
       #Register all .vmx Files as VMs on the datastore   foreach($VMXFile in $unregistered) {
            New-VM -VMFilePath $VMXFile.DatastoreFullPath -VMHost $ESXHost -Location $VMFolder |
            Set-VM -Name ("Auto-" + $_.Name)
       }
    }
    

    Unregistered virtual machines will be saved with Displayname that is present in the VMX file.

    If this would cause a conflict with VM already registered, you can use the Name of the cmdlet New-VM parameter

  • When I use firefox now, I don't see with tab I work, they all have the same color (I got like 5 different ones on this subject is difficult).

    I have installated 10 Windows, now all tabs are the same color and I can't see with tab that I work.

    This can change the colors of the tab,

    Restorer Classic theme (Customize Australis) {web link}
    Restore the tabs squared, appmenu, modules, small display bar icons and more on Australis UI (Windows/MacOSX/Linux + Fx 29 +).

    This will restore a lot of things the latest updates brought.

    http://forums.mozillazine.org/viewtopic.php?f=48 & t = 2827985
    Restorer of classic theme - thread (v2)

    [email protected] Classic theme restaurateur - Support E-mail

    Separate the issue;
    Shows details of the system;

    Plug-ins installed

    Adobe Shockwave for Director Netscape plug-in, version 12.0.2.122
    Adobe Shockwave for Director Netscape plug-in, version 12.1

    Having multiple versions of a program can cause problems.
    You must remove older programs. Then download the current full installer.

    Shockwave Director:
    Shockwave Standalone install / Uninstaller {web link}
    Shockwave Director Version 12.1.9.160 http://get.adobe.com/shockwave/

  • Can I synchronize list XCP DAQ with my analog input data data?

    Hi all

    "I use ' ECU M & C" for measurement of a computer data using the XCP DAQ list. "The data is read at the sampling frequency I put in ' MC DAQ initialize.vi. This works well.

    I want to associate this data with my DAQmx device measures. Is it possible to synchronize the clocks of the sample (by RTSI?) in the same way, it would be with DAQmx CAN synchronize data?

    Material: NO PCI-CAN/2 & OR PCI-6229.

    Thanks for any input.

    PJ

    Hi PJ,.

    Well, I think I understand now, I don't know why I DINA see this before. It is not possbile to do this with the ECU Measurement and Calibration Toolkit, sort of XCP DAQ, is not something that you are able to do.

    Best regards

Maybe you are looking for

  • HP Envy 4-1026TU: how to REMOVE/RESET my forgotten password

    Hello I'm trying to unlock my password which has been accidentally by my young kid. Can you help me to UNLOCK without the use of torrent drive or USB involved? Thank you

  • Best compatible blu ray burner for late 2013 iMac

    Hello everyone. I'm a little shy gun that I bought a LG BE14NU40, who is correctly identified, but has a strange error after it starts to burn DVD/BD. That is why I am reaching out to the community for those of you who have a USB 3.0 external BD reco

  • Queue up the playlist is absent

    HelloI use Media player 9 on XP and when I right click a song I miss the option to queue up the playlist. Can you please help me to restore that. Thank youAnil

  • power supply compatibility

    is the power supply for a 309 all in a compatible only with a 410 all in one. I lost original power for my 309 and have access to a power source for a 410 all in one.

  • Laptop HP Pavilion G6 audio problem

    Windows of laptop HP Pavilion G6 8. .i brought this laptop last year but now audio is not working properly, all the time I need to restart the laptop to play sounds... and its very frustrating... Please help me to understand the problem and the solut