Can load us a file that contains the joint field delimiter

Hi guru,.

Can load us a file that mixed the field delimiter

EX: -.

My first 10 lines have as field separator «,»

from 11 to 20 lines have as field separator «;»

from 21 to 30 lines have field as separator ' | '.


123456789
ABC, def, xyz
a1d2 | b1cw | xedr23

Hello

If you have a special field that allows to identify the differences between these lines, you can use it to create 3 ODI data warehouses.
Each data store refers to the SAME resource (ie: same file), but you use the option called "REGISTRATION CODE" to differentiate.

ex: I will add a field 4th on your land, which I will call "block".

123456789; Block1
ABC, def, xyz; bloc2
a1d2 | b1cw | xedr23; bloc3

I create 3 warehouses of data based on this file.

First data store: I define ',' as the delimiter
Second data store: I define ';' as delimiter
Third-party data store: I define ' | ' as delimiter

In the properties of the column of the first store of data block, I put 'Block1' value in the 'registration code '.
In the properties of the column for the second data store block, I put the "bloc2" value in the "registration code".
In the properties of the column of the third-party data store block, I put the "bloc3" value in the "registration code".

I think it should work.

Tags: Business Intelligence

Similar Questions

  • I can't read a CD that contains the UDF files on my Windows 7 system.

    I can't read a CD that contains the UDF files on my Windows 7 system.  When I try to open them, I get a message saying that I need a special software to fix it. but when I try to download this software (C2UDFFS. (SYS) I get "cannot copy file in the destination directory."  Would be grateful for any help.

    Try this link: -.

    http://support.Microsoft.com/kb/975617

    It will be useful.

  • Where does FireFox get the default value for a preference of. What is the format of the file that contains the default value?

    Where does FireFox get the default value for a preference of. What is the format of the file that contains the default value? I need the actual default value for an individual preference.
    Topic: config shows some default values, but I need the source from which everything: config returns to the default value.
    Any help in this direction is greatly appreciated.

    User Agent

    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x 64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    The preferences that are not hidden if they have by default are stored in two JavaScript text files in the Firefox program folder
    You can open them in a tab in Firefox through these links:
    resource:///defaults/pref/firefox.js
    resource:///greprefs/all.js

    (702598/forum/1/702598)

  • I have a pdf file that contains the text if I copy all the text and paste it into Notepad and save the .txt file is it changes the ascii value of the text?

    I have a pdf file that contains the text if I copy all the text and paste it into Notepad and save the .txt file is it changes the ascii value of the text?

    If the encoding is ASCII? Laughing out loud

    Be well...

  • Windows 7 is not find all files that contain the phrase that I have sought in their name

    I am looking for files with a certain expression in name. When I type top-right search gives me some files with this phrase in their name and then I cut them in the file. But when I go in the file I searched, I still see a lot of files that contain this phrase in their names that do not appear in the search.

    Hello

    1 did you change on your computer?

    2 did you receive an error message?

    Method 1:

    I suggest you run the fixit tool and check.

    Difficulty of Windows Desktop Search when it hangs or no display of results

    http://support.Microsoft.com/mats/windows_search/en-us

    Method 2:

    I also suggest you to see link and check.

    Open the troubleshooter for search and indexing

    http://Windows.Microsoft.com/en-us/Windows7/open-the-search-and-indexing-Troubleshooter

    See also:

    Improve Windows searches using the index: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/improve-Windows-searches-using-the-index-frequently-asked-questions

  • How can I get more results that contain the tag/bookmark appears in the awesome bar? Currently, it will show only 4.

    When I type a word in the address/url/awesome bar it's a word that I know that I used as a tag on several pages of a bookmark, only 4 results in the menu drop-down are marked pages of a bookmark. The rest of the pages in the menu drop-down are other pages available on the web. Because only 4 results are pages I tagged, the page I want to (and scoring) often does not appear. Is there a setting I can change to make it show more results? Or is there a way once I get the original results to add extra elements containing the tag / my favorites?

    This may be a problem with the Fastestfox extension.
    See Troubleshooting extensions and themes and problems of hardware acceleration to resolve common Firefox problems

    In the FastestFox Options, uncheck the 'Awesomebar improving '.

    See the 10 image in the image gallery: https://addons.mozilla.org/firefox/addon/9825

    https://addons.Mozilla.org/IMG/uploads/previews/thumbs/37/37975.PNG

  • How can I recover a file that displays the error message: illegal operand; Faulty operator:.

    My file was closed without problem and saved correctly. At the opening I get the message: illegal operand, operator Offending:, what can I do to fix this file? I created the file using Illustrator CC2014 with the MAPublisher plugin on an iMac, running OS x 10.10.2,"limited Yosemite. The file is a map and consists of several layers. I'm very curious to know what may have caused this problem to occur and how to get around. André.

    André,

    Thanks for sharing.

    It will be good to see if the change will make things work.

    Note that the error message does apply to the comma and no to the line, then you might think that just the comma must be changed.

    On the other hand, there are other lines with commas before and after.

    If remove the whole line fix, you can get (small) changes made to the work to make sure that everything is as you want, or make the necessary changes.

    Otherwise, you can reinsert (search for the sequence of the remaining lines around it) and try again.

  • [LIKE, CS4] Import and export text file that contains the tag: encoding problem

    Hello

    I have a script that exports a text selection into a temporary folder (Unicode) text file with label. This file is then loaded in a variable AS and transformed line-by-line for some changes to the text. Subsequently a new text file with the modified content is written.

    Up to CS2 (and 10.4 PPC) this script worked like a charm. He stopped working with the new system and Intel. Meanwhile, I discovered that it must have something to do with encoding problems. «Everything in the old writing with ' as a unicode text "forced a mistake (since AS 2 each text is processed as UTF - 16), so I changed these lines to ' as text '.»

    In addition, I realized, that InDesign exports to tag text Unicode like UTF-16 (little endian), but importing tagged text to UTF-16BE (big-endian). "As variables and" write iconv ' command uses MACROMAN, so I added a few conversions with ""and it worked.

    Unfortunately the last conversion of MACROMA in UTF-16BE converts all spaces in the output string en normal spaces.

    I am therefore a little at my end of the problem. Can someone help me please?

    See you soon

    Tobias

    [InDesign 6.0.4 with AppleScript on Mac OS v2.0.1 X 10.5.8, Intel]

    A code for the relevant parts:

    Export as referenced text selection:

    on TMPexportTaggedText(myFileName, myText, myEncoding)
        tell application "Adobe InDesign CS4"
            tell tagged text export preferences
                if myEncoding = "ascii" or myEncoding = 1 then
                    set character set to ASCII
                else if myEncoding = "ansi" or myEncoding = 2 then
                    set character set to ansi
                else if myEncoding = "unicode" or myEncoding = 3 then
                    set character set to unicode
                else if myEncoding = "jis" or myEncoding = 4 then
                    set character set to shift JIS
                else if myEncoding = "gb" or myEncoding = 5 then
                    set character set to GB18030
                else if myEncoding = "ks" or myEncoding = 6 then
                    set character set to KSC5601
                else
                    set character set to ansi
                end if
                set tag form to abbreviated
            end tell
            export myText format tagged text to (myFileName) without showing options
        end tell
        tell application "Finder"
            try
                do shell script "iconv -f UTF-16LE -t UTF-16 " & (POSIX path of myFileName) & " > " & (POSIX path of myFileName) & "1"
                set myFileName to myFileName & "1"
            end try
        end tell
    end TMPexportTaggedText
     
    

    Line and placement in InDesign (circleLines not the textual changes and throw a string with):

    set theOutput to my circleLines(IN_File & "1", myOptions)
        
    if theOutput ≠ "" then
      tell application "Finder"
        open for access file (OUT_File & "1") with write permission
        write (theOutput) to file (OUT_File & "1")
        close access file (OUT_File & "1")
        try
           do shell script "iconv -f MACROMAN -t UTF-16BE " & (POSIX path of (OUT_File & "1")) & " > " & (POSIX path of OUT_File)
           do shell script "cat " & (POSIX path of OUT_File) & " | tr '\\n' '\\r'"
        end try
      end tell
    end if
        
    place (OUT_File) on curSel without showing options
    
     
    

    The string output with

        write (theOutput) to file (OUT_File & "1") as unicode text
    
    an error of InDesign (bodychecking).

    The problem is not as long as ID's export is little-endian - someone ' one has not heard of Intel chips - but it does not add a byte order mark. If you add a BOM, the problem should go away. Here's how you can add a Bill adapted to an exported file to tag:

    the fileRef value (open for access file "Macintosh HD:Users:shane:Desktop: Untitled - 16.txt" with write permission)

    the value of x to read fileRef

    Set x to character id {711, 731} & x - add THE BOM

    write x to fileRef starting with 0

    FileRef close access

    Then you can read it using "text Unicode", and it should also cross-platform very well.

    And stop putting your file read/write inside blocks Finder - is not the business of the Finder.

  • I deleted a file that contains the entire set up of the files. Now my phone will not work. Help, please.

    Original title: re - install

    Hi, can anyone help? I use Vista Home Premium on a Toshiba laptop.

    Recently, I deleted a file from D: drive (which has a system set up files etc.). I received a message that "Auto back up had no" and I tried System Restore etc, but nothing worked. I then ran Chkdsk and this allowed Auto back up to go back to my external HARD drive. After Auto save, I checked the drives and horrors, D: drive was full and in the RED.

    I tried the F8 recovery console, but when I tried "Recovery system" (which keeps intact all my files and settings), I was informed that there were "no back ups on the computer '." I tried to use back ups of my external HARD drive, but nothing, still got the same message. In the same Message window, it asked me to insert an of my previously recovery disks. I tried two discs, but got the same message as before.

    My computer works always, but with a drive D: saturated, but if I do a full re-install, the computer back to its original state, I have to make copies of all my data (info from year 8) backup, or that I can then re - install the files on my external HARD drive?

    Follow the steps mentioned in the given article

    http://www.ehow.com/how_5108136_restore-Windows-system-files.html

  • Need location of the .jar file that contains the following classes.

    import com.bea.wli.config.Ref;
    import com.bea.wli.sb.management.configuration.ALSBConfigurationMBean;
    import com.bea.wli.sb.management.configuration.ProxyServiceConfigurationMBean;
    import com.bea.wli.sb.management.configuration.SessionManagementMBean;
    import com.bea.wli.sb.management.query.ProxyServiceQuery;

    Published by: user10956573 on March 31, 2011 23:01

    import com.bea.wli.config.Ref;

    $MW_Home/Oracle_OSB1/modules/com.bea.common.configfwk_1.5.0.0.jar

    import com.bea.wli.sb.management.configuration.ALSBConfigurationMBean;
    import com.bea.wli.sb.management.configuration.ProxyServiceConfigurationMBean;
    import com.bea.wli.sb.management.configuration.SessionManagementMBean;
    import com.bea.wli.sb.management.query.ProxyServiceQuery;

    $MW_Home/Oracle_OSB1/lib/sb-kernel-api.jar

    Kind regards
    Anuj

  • can not locate the jar file that contains com.bea.cache.jcache.cacheLoader

    Hello

    I'm trying to create a CEP Application in which an adapter look in the Cache. I knew that in this case, the adapter must implement the interface "com.bea.cache.jcache.cacheLoader" Interface. I see that this interface and the package (com.bea.cache.jcache) is not available in the file wlfullclient.jar.

    Can tell me where can I find the Jar file that contains the perl package, I mean any place where I can download or a steps I follow to get this jar file.

    Thanks in advance for your time,
    Regnier

    Published by: Raja Kumar April 1, 2010 08:19

    Hi reda,.

    It should be in modules/com.bea.core.cache_1.5.0.0.jar or a file with same name

    Andy

  • I downloaded an e-mail that contains the music, I deleted the email, but the music continues to play despite having deleted the history etc.

    I down loaded an e-mail that contains the music, I deleted the email, but the music continues on whwenever game that I connect despite having deleted the history etc.

    {Ctrl + J} t0 open downloads window. Right click on this audio file, and then click remove from the list of

  • Hi, I use iTunes 12.3.2.35 on a Windows 7 computer. I don't seem to be able to import files from a CD that contains the files on it as mp3 files. If I launch iTune and then put the CD in, it doesn't appear and I can't drag and drop.

    Hi, I use iTunes 12.3.2.35 on a Windows 7 computer. I don't seem to be able to import files from a CD that contains the files on it as mp3 files. If I start iTunes and then put the CD in, it doesn't appear and I can't drag and drop.

    It would not seem like an audio CD, as a drive in this way is a data disc when it contains mp3 files. You would need to access the file menu in iTunes, manage files here. If you manually manage music, you will need to access it as a regular folder on your computer. In iTunes, go to file > add file to library, and select individual files.

  • I just wrote about firefox 3.6 with 5.0 for my mac OSX and discovered that my mac will not support it. Is there a way I can recover my lost files and recover the old version?

    I just wrote about firefox 3.6 with 5.0 for my mac OSX and discovered that my mac will not support it. Is there a way I can recover my lost files and recover the old version?

    You can download and install Firefox 3.6 http://www.mozilla.com/firefox/all-older.html

  • How can I fix missing files that I can't get to the control panel?

    How can I fix missing files that I can't get to the control panel. I get error "Windows cannot find 'C:\WINDOWS\system32\rundll32.exe'. Make sure you typed the name correctly and then try again. To search for a file, click the Start button and then click on search"when I go to the control panel and click on add or remove the problem, and I get a similar message when I go to something similar

    Hello Braxtonspangler,

    I'm assuming that you get this error when you try to access some or all of the files/folders.  If this is the case, please see the link below.  Please let us know status.

    Microsoft Answers:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-files/Windows-cannot-find-cwindowssystem32rundll32exe/664c5b59-515C-472e-A872-a41f3e0562c1

    Thank you

Maybe you are looking for

  • How can I me thunderbird to show me which passwords he uses for my email accounts?

    I use Ubuntu 14.04 and Thunderbird, and I need to find a way to get Thunderbird to show me what password he uses for each of my email accounts - and how I can change these passwords without deleting the old account and setting up new ones. I have sim

  • XY graph with string input

    Hello I want to do the following: I want to generate random numbers in a single column on my table and the second column with the date and the current time. Then I want to plot only the random number sthat have been generated with TIME to Get Date/ti

  • How to uninstall a program fragment

    Uninstalled a program update to update an empty shell exists in the control panel that will not remove or uninstall it retains the new installation uipdate because I don't have the ability to delete I now can't install the new assistance program

  • How to restore corrupted files windows vista system (audiosvc, audioendpointbuilder)

    My audio service seems to be corrupted.  When I start in safe mode and stop the sound service, then restart works fine.  When I turn on the audio service then the computer crashes immediately. How can I locate audio files windows vista 64 and re-inst

  • How to paste a Web site on my desktop in Windows 7?

    In Windows XP, you could paste a website on the desktop using the display properties.  After this, minimize all windows using the function Show Desktop, you could see a button on the Web site running in the background.  I used this during the period