Can a output from one location and pass it as the input of another location

I encount a challenging mapping, which invloves many "cross dimensional mappings" and "logic account".
For maintenance purpose, it is better to converse the data souce twice instead of writing line by line scripts in maploader.
Can I take the validated reuslt from LocationA as an input for LocationB without user knowing. That's means user only need to import the file once , then click validation, and click export as usual.

Hi,
How do you want to import data in Location B... transparent to user? or do you want the user to import it manually?
Option A: you can create a batch file with file exported from Location A and run batch loader
Option B: you can copy export file to inbox folder of Location B and then the user can find the file
HTH
Regards

Similar Messages

  • How can I copy a row from one sheet and paste it in a column in another sheet?

    I would like to copy a row of numbers from one sheet and paste it into a column in another sheet.  Is it possible to do this with numbers?

    Hi Dennis,
    Numbers doesn't have a built-in Paste Special > Transpose the way you have in Excel.  However, there are ways to do this in Numbers that are not difficult. 
    Here are two ways:
    Approach 1:
    Select the row of numbers, and command-c to copy to the system clipboard.
    Click on the canvas and command-v to paste, automatically creating a new table.
    With that new table still selected, in your menu choose Table > Transpose Rows and Columns.
    Select the cells in the transposed table, command-c to copy, click once in a cell of the destination column of your target table, and command-v to paste.
    Approach 2: (after a quick installation, very similar to Excel's built-in Paste Special > Transpose)
    Download this Copy Transpose Automator Service, and double-click to install (if necessary choosing Open Anyway in System Preferences > Security and Privacy).
    Thereafter to use just:
    select the row of numbers you want to copy
    with the cells still selected, choose Copy Transpose from the Numbers > Services menu
    click once in the destination column and command-v to paste the transposed values.
    Note that the second approach does not handle cells with formulas, whereas the first approach will.
    SG

  • I have the same songs showing up on 2 playlists on my Ipod. How do I remove the songs from one playlist and leave them on the other playlist?

    I have the same songs showing up on 2 playlists on my Ipod. How do I remove the songs from one playlist and leave them on the other playlist?

    Hi tmilbut,
    Welcome to the Support Communities!
    The information below may be able to answer your questions about how to delete items from a playlist on an iPod.
    iPod Nano User Guide - Remove items from a playlist - page 23
    http://manuals.info.apple.com/MANUALS/1000/MA1624/en_US/ipod_nano_user_guide.pdf
    Remove items from a playlist:
    1 On the Home screen, tap Music > Playlists, then tap the playlist you want to edit.
    2 Flick down, then tap Edit.
    3 Tap next to the item you want to delete, then tap Delete when it appears on the right.
    4 When you finish, tap Done.
    Delete a playlist:
    1 On the Home screen, tap Music > Playlists.
    2 Flick down, then tap Edit.
    3 Tap next to the playlist you want to delete, then tap Delete when it appears next to the playlist.
    If you tapped the wrong playlist, tap the one you want to remove.
    4 Tap Delete, or tap Cancel if you change your mind.
    5 When you finish, flick up, then tap Done (or swipe right to return to the Home screen if you cancel).
    Cheers,
    - Judy

  • How to open a page from a Form and pass parameters to the form on that page

    I found a similar example on this forum, but it did not work for me:
    declare
    l_names owa.vc_arr;
    l_values owa.vc_arr;
    i number;
    begin
    PORTAL.wwpro_api_parameters.retrieve(l_names, l_values);
    FOR i in 1..l_names.count
    LOOP
    htp.p(l_names(i) || ' ' || l_values(i));
    END LOOP;
    end;
    By using this method i get the parameters for the Form, like the session ID, but not the parameters for the Page that the form is displayed in.
    Another method I tried:
    To open a Form from a Form and pass parameters works fine like this:
    --In the After processing page PL/SQL event.
    declare
    v_id number;
    blk varchar2(10):='DEFAULT';
    Begin
    v_id:=p_session.get_value_as_number (p_block_name=>blk,p_attribute_name=>'A_ID');
    if v_id > 0 then
    htp.formOpen('PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=2649500412&p_arg_names=_show_header&p_arg_values=YES&p_arg_names=ID&p_arg_values='||to_char(v_id),'post');
    htp.formSubmit(NULL,'Upload Files');
    htp.formClose;
    end if;
    End;
    But I want to open a Page containing the Form instead of just opening the Form. Is this possible to open a Page and pass paramters to the page, and then let the form inside the Page access the passed paramters. The reason for this is that a Form cannot be based on a page template, or can it? When opening the form i want to keep the left menu, which I can if it is a page based on my template with the left menu.
    Best regards
    Halvor

    Hi,
    You can do this by calling the url of the page with the form. You can then use p_arg_names and p_arg_values to pass parameters. In the called form you can get the value from p_arg_names and p_arg_values and assign it to the form field.
    You can call this code in the success procedure of the calling form.
    declare
    v_id number;
    blk varchar2(10):='DEFAULT';
    v_url varchar2(2000);
    Begin
    v_id:=p_session.get_value_as_number (p_block_name=>blk,p_attribute_name=>'A_ID');
    v_url := <page_url>;
    if v_id > 0 then
    call(v_url||'&p_arg_names=id&p_arg_values='||v_id);
    end if;
    End;
    In the called form in "Before displaying form" plsql section write this code.
    for i in 1..p_arg_names.count loop
    if p_arg_names(i) = 'id' then
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_ID',
    p_value => p_arg_values(i)
    end if;
    end loop;
    This code picks up the value from p_arg_values and assigns it to the form field.
    Hope that helps.
    Thanks,
    Sharmila

  • Lately, when I play a song from a newly imported cd, itunes moves the song to another location. The song is still in the main list but it is no longer with the rest of the album. Any ideas?

    Lately, when I play a song from a newly imported cd, itunes moves the song to a different location in the library. The song is no longer grouped with the rest of the album. Any ideas?

    Hi, llmrfan.
    I have experienced this as well.  Usually it is something simple in the metadata that iTunes recognizes as different.  Try selecting all the songs at once in that album and get info on multiple tracks.  At that point you can mark them as part of a compilation.  The article below walks you through this process.
    Why aren't songs with the same album art grouped together?
    http://support.apple.com/kb/TS1468
    Hope this helps,
    Jason H.

  • Can you copy data from one spreadsheet and add it to existing data in another spreadsheet?

    I have data that is being downloaded from googledocs into a numbers spreadsheet.  It happens weekly but it creates a new spreadsheet each time it downloads.  I need to copy 50 cells and add the quantities to an existing spreadsheet without it replacing the originals.  Is there a formula or way that makes this happen? 

    Generally if you add a new row at the end of your table you can highlight the cell where you want the paste to start and then paste the data.  I do not have Numbers on an iOS device so you may get more reliable help i the iOS forum-- which is here: https://discussions.apple.com/community/app_store/iwork_for_ios

  • How to call a BW WEB template from R/3 and pass parameters to the report

    Is it possible to call a BW web template from an R/3 system, through an abap program?
    I have a BW WEB report template. This works very good, and i have 3 variables in the query.
    Now, i need to invoke the BW web template from inside of an abap in R/3..
    And i want to pass 3 variables from the R/3 ABAP to the BW WEB TEMPLATE.....
    Is possible to call BW web templates from R/3??
    PLEASE!!! HELP ME..
    Carlos E. España
    ADATSA
    [email protected]

    Thank you very much for your valuable help, i checked your suggestion and looks great. But i need to pass 3 parameters from an ABAP to the wad query report.
    How can i pass the parameters to the web template???
    another issue: My WAS (Web Application Server 6.20) is not public, is currently working for a local area network.
    The access to this report is from outside of the office, so we need to access this through the PORTAL.

  • How to completely uninstall labview from one computer and avoid to occupy the licence

    Hi,
    Usually one labview can be installed into three computers. Now i have already installed all and am going to install one into another computer. So I have to uninstall one of three and want to know how i can completely uninstall the labview. Thanks so much for your help.
    Solved!
    Go to Solution.

    use NI License Manager to de-activate the license.  That will free up the NI database entry so that you are OK to activate the same license on a new machine (you really don't need to uninstall LabVIEW- the lack of activated license will prevent use.)  As I remember reading the License Agreement, you can do this up to 4 times per year.
    If you do not have access to the old machine (say, because it fell off the roof or something like that) call NI service and they can manually delete the activation.
    Jeff

  • HT1338 I have just bought a new Mac Pro after my old one died after nearly 10 years. I have most of my music backed up on CDs, but when i load them into iTunes they are only identified as Track 1, 2, etc. Can I transfer from my iPod and how?

    I have just bought a new Mac Pro after my old one died after nearly 10 years. I have most of my music backed up on CDs, but when i load them into iTunes they are only identified as Track 1, 2, etc. Can I transfer from my iPod and how?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • HT4363 Have content of iTunes on both Appletvs but can only play on one.  Tv menu won't let me choose both locations.  How do I correct this?  ITunes Home Sharing is on.  Multiple Airplay is on from the iTunes menu, too.

    Have content of iTunes on both Appletvs but can only play on one.  Tv menu won't let me choose both locations.  How do I correct this?  ITunes Home Sharing is on.  Multiple Airplay is on from the iTunes menu, too.  Thanks,  Taking too long to get music!

    If you have all your music on the cmputer then i would connect up my phone uncheck the Sync Music option and apply.
    This should take all the music off your phone .Then you can resync the music back on to it.
    If this doesn't work maybe a restore to factory settings and start from scratch is the way to go

  • I used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this?

    i used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I took a video with my iphone5 and I don't see it on my iPad. Can videos go from one device to another with iCloud?

    I took a video with my iphone5 and I don't see it on my iPad. Can videos go from one device to another with iCloud?

    No.  Photo stream only streams photos, not videos.  To transfer videos between your devices you can either import them to iTunes and sync them, or (more conveniently) use an app like PhotoSync or Bump.

  • How can you take a photo from one event and put it in another, without dragging to desktop and dragging back into iPhoto and moving it to the event folder I want it in.

    As the title says I need help on how to take a photo from one event and put it in another, without dragging to desktop and dragging back into iPhoto and moving it to the event folder I want it in. Right now when I want to move a picture from one event to another I drag it to my desktop then delete it from iPhoto then I drag it back into iPhoto and put where I want it.An example would be taking a photo from the Christmas event and add it to a specific person event.  Can I do that within the events section without all the dragging. Also is there anyway I can remove duplicates from iPhoto without going through each and every file. Any help would be greatly appreciated.

    Apple doesn't make it easy to do what you want.  However, here's how I do it. 
    Select the photo you want to move and create a new Event for it via the Event ➙ Create Event menu option.
    In the Event mode select the new Event with the one picture and drag it onto the Event you want to move the photo to.

  • Is there anyway to take a downloaded app from one computer and put it on another without rebuying it. I have a macbook that I bought the new iMovie and iPhoto on, but I would rather it be on my iMac. So is there anyway I can change it?

    Is there anyway to take a downloaded app from one computer and put it on another without rebuying it. I have a macbook that I bought the new iMovie and iPhoto on, but I would rather it be on my iMac. So is there anyway I can change it? I thought that if I bought it the apps on my macbook, they would be avaliable on my imac like the mobile devices operate. The macbook has 10.6.8 cause its a older model and I think lion would slow it down. Any help??

    Just redownload it on the other computer by logging into the App Store with the same Apple ID you used to purchase it.

  • How can I delete an Apple ID from one device and replace it with a different ID on that same device?

    How can I delete an Apple ID from one device and replace it with a different ID on that same device?

    Tthe brute force method: start with Settings > iCloud and turn off Find My (you will need the password), then change the iCloud ID, then go to the apps such as Messages, FaceTime, etc, and delete the Apple ID and enter the new one.

Maybe you are looking for

  • Pen drive usb transcend crazy over arch linux

    The model in question is a pen drive 4Gb Transcend JetFlash V33 that when I enter the port usb notebook with arch Linux not mount automatically (which have done all pen drive I used up to now, friends, colleagues, etc. ...). With gparted (from arch l

  • Command similar to data fill in Excel?

    Is there a command that is similar to the data fill command in Excel? I am looking to have a way to increment a column by week and another to decrement each cell by one. And while I am on this subject, has anyone seen a cheat sheet for the most commo

  • GOOP Modified data?

    I have a GOOP class CC containing sub-classes A, B and C. Some common data is owned by the CC class and in additon the sub-classes have their own private data. Now, if I want to modify the data in sub-class A, I call some method for the CC class whic

  • Biztalk server 2010

    what is the cause of saving 0 byte file in repository. Please any one tell me exactly cause for this issue....

  • Export mpeg2 in Final Cut Expree

    Maybe this topic has been covered, but I cannot find a clear answer to my problem. I have been searching the net for almost an hour! :P I have Final Cut Express 4.0.1, QT7 pro with the Mpeg component. Mpeg Streamclip, and any number of open source pr