Converting-expression-format-to-use-in-different-environment

Hi,
I am working on a POC project to automate migration of reports from one BI tool to another BI tool. Idea is to extract report column details along with column formula/expression and use it in another BI tool to generate report.
For example syntax for if-else in one product is - "If Not(IsNull([col1])) Then 1 Else 0" and the equivalent expression in another product is -"if( col1 != null, 1, 0)"
Please suggest an approach to convert an expression to different format to be used by different tool.
Thanks
Tilak

exFAT would also be a supported format between the 2 operating system.
NOTE:  FAT32 or exFAT is ONLY good for an external disk or USB Flash Drive that you are going to connect to one system, then disconnect and connect to the other.
If you do not have a lot of data to transfer save at once (and it is not super sensitive), you might just consider getting a DropBox.com account and use the network to transfer your files.
If the Mac and the Windows systems are on the same network, then you can also use file sharing from either system.

Similar Messages

  • I just purchased the new Canon SX60 camera. Despite downloading and installing the latest version of Adobe DNG converter, I receive an error message saying that Photoshop CS4 can't open up/convert raw files (.CR2). This is the same file format as used by

    I just purchased the new Canon SX60 camera. Despite downloading and installing the latest version of Adobe DNG converter, I receive an error message saying that Photoshop CS4 can't open up/convert raw files (.CR2). This is the same file format as used by the SX50, with which I never had any problem. Does anyone have a suggestion on how to fix this problem? Thanks.

    Camera Raw plug-in | Supported cameras  I do not see that SX60 as supported. Just how new is the SX60 when was it announces. Its support is not even listed in ACR 8.7 RC

  • This message cannot be displayed because of the way it is formatted. Ask the sender to send it again using a different format or email program. multipart/alternative

    When trying to read messages on one email account I often get the following error message:  This message cannot be displayed because of the way it is formatted. Ask the sender to send it again using a different format or email program. multipart/alternative
    IMAP Email account is with Telus Shared hosting.  I have been through set up with their tech support and everything is set up correctly.
    Of course my gmail account and icloud account works perfectly.
    Any ideas?
    Thank you.

    My iPad not working with hotmail and all Microsoft it working only with icloud ,Google,yahoo mail you andestandyou me or not system not working with this divies

  • Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC

    Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC. I would appreciate any help with this.

    Thanks for the quick help. I do have to leave for work. When I try to
    download the images from the camera they seem to only be in jpeg (I don't
    see any rw2 or raw files to download). If I select the jpeg file it seems
    to only download a jpeg file. I do understand that I do have the option to
    open the jpeg in RAW. In doing this, is all the extra information included
    in the RAW file there or is it lost coming from the camera
    Once again thank you for trying to make me understand how this works.
    Have a great day.
    On Sat, Sep 13, 2014 at 12:14 PM, ssprengel <[email protected]>

  • How to burn an iPhoto CD/DVD using a DIFFERENT picture format ?...

    Hello,
    Here's a tricky problem:
    My iPhoto Library only includes heavy TIFF images. I'd like to share an album with a friend, i.e. burn this album on a CD or DVD within iPhoto. But I would prefer burning JPEG images instead of TIFF, because more images would fit on a single disk (and also because display would be much faster).
    Is there any way to do this using iPhoto 6 ? Can iPhoto "internally" convert images from a format to another ? What is the best route to follow ?
    Any answers will be very appreciated. Thanks in advance.
    iMac G5 20" 2 GHz   Mac OS X (10.4.4)  

    This is always a difficult problem. So far the best solution I have found is to use a script called iPhoto Keyword utilities (available at http://scriptbuilders.net/files/iphotoiptckeywordimportexportutilities1.0.html). It will export your keywords to the IPTC Keyword file of the original and modified files in iPhoto.
    So far I have not found an easy way to export the comments into a related IPTC field. As for the ratings, I make a keyword for each rating, and then reassign the ratings from the keywords. To change the format, you can either export directly into the new format, or export the original format and use another editor (Graphic converter or Photoshop) to batch change them. Then you would reimport the files into a new iPhoto Library. Sometimes iPhoto will automatically recognize the embedded keywords, or you may have to use the above scripts, or another script called "Metadata to iPhoto 1.0 script" by Barrrt (available on the iPhoto 6 Editing & organization discussions under "IPTC Metadata to iPhoto" section) to do this.
    It sure would be nice to find an easier way to do it all! Maybe you can send a recommendation to apple.
    You should also note that if you have changed the date or time on your photos in iPhoto, when you export them, they will not retain the new time. For this you can use another script, called PhotoInfo 1.04, also available elsewhere on this forum. Good luck!
    Dual 2.3 G5   Mac OS X (10.4.4)   iPhoto 6

  • Using Berkeley With Two Different Environment Simultaneously

    I am trying to use Berkeley with two different environment simultaneously in one program. But I am getting an error message of Databases left open. The first environment close with no error but the 2nd environment, having an error like this,
    Exception in thread "main" java.lang.IllegalStateException: Unclosed Database: element_primary_key_index\\192.168.150.211\glassfish3\Berkeley\environment\Testing11
    Unclosed Database: class_catalog\\192.168.150.211\glassfish3\Berkeley\environment\Testing11
    Unclosed Database: element_database\\192.168.150.211\glassfish3\Berkeley\environment\Testing11
    Databases left open: 3
         at com.sleepycat.je.Environment.close(Environment.java:383)
         at com.svi.tools.gfs3v10domain.database.GFS3v10ReadWriteDatabase.closeUpload(GFS3v10ReadWriteDatabase.java:155)
         at com.svi.tools.gfs3v10domain.GFS3v10Domain.closeReadWrite(GFS3v10Domain.java:160)
         at com.svi.tools.gfs3v10.util.GFS3v10UploadUtil.closeUpload(GFS3v10UploadUtil.java:97)
         at com.svi.tools.gfs3v10.GFS3v10.closeUpload(GFS3v10.java:115)
         at com.svi.tools.gfs3v10uploader.util.Uploader.uploadFiles(Uploader.java:89)
         at com.svi.tools.gfs3v10uploader.GFS3v10Uploader.mainMethod(GFS3v10Uploader.java:109)
         at com.svi.tools.gfs3v10uploader.GFS3v10Uploader.main(GFS3v10Uploader.java:52)
    Please someone help me with my problem. Thanks in advance.

    Hi Mark,
    Here is my sample program for the problem:
    import java.io.File;
    import com.sleepycat.bind.serial.StoredClassCatalog;
    import com.sleepycat.je.Database;
    import com.sleepycat.je.DatabaseConfig;
    import com.sleepycat.je.Environment;
    import com.sleepycat.je.EnvironmentConfig;
    import com.sleepycat.je.EnvironmentLockedException;
    import com.sleepycat.je.SecondaryConfig;
    import com.svi.tools.gfs3v10domain.objects.GFS3v10DomainElementData;
    import com.svi.tools.gfs3v10domain.objects.GFS3v10DomainElementKey;
    import com.svi.tools.gfs3v10domain.views.utils.ElementByPrimaryKeyCreator;
    * Read Write Database used for every thing else.
    public class MethodsSample implements GFS3v10Database {
         * Environment where the Database resides.
         private Environment environment = null;
         private boolean isClose = false;
         String environmentString;
         * Class Catalog for Stored Classes.
         private static StoredClassCatalog classCatalog;
         * Element Database.
         private static Database elementDatabase;
         * Element Database by Primary Key.
         private static Database elementByPrimaryKeyDatabase;
         private static Database catalogDatabase;
         * Default Constructor.
         public MethodsSample() {
    * Alternate Constructor.
    * @param homeDirectory Location where the Database is Located.
    public MethodsSample(String homeDirectory) {
         environmentString = homeDirectory;
         openEnvironment(homeDirectory);
         openDatabase();
    @Override
         * Opens the Read Write Database.
         * @param homeDirectory Location where the Database is Located.
    public void openEnvironment(String homeDirectory) {
         EnvironmentConfig environmentConfig = new EnvironmentConfig();
    environmentConfig.setTransactional(true);
    environmentConfig.setAllowCreate(true);
    environmentConfig.setDurability(DURABILITY);
    while (environment == null) {
         try {
              environment = new Environment(new File(homeDirectory), environmentConfig);
         } catch(EnvironmentLockedException ele) {
              try {
                             Thread.sleep(500);
                        } catch (InterruptedException e) {
    @Override
         * Opens the Database.
    public void openDatabase() {
         DatabaseConfig databaseConfig = new DatabaseConfig();
         databaseConfig.setDeferredWrite(true);
    databaseConfig.setAllowCreate(true);
    catalogDatabase = environment.openDatabase(null, CLASS_CATALOG + environmentString, databaseConfig);
    classCatalog = new StoredClassCatalog(catalogDatabase);
    elementDatabase = environment.openDatabase(null, ELEMENT_DATABASE + environmentString, databaseConfig);
    SecondaryConfig secondaryConfig = new SecondaryConfig();
    secondaryConfig.setDeferredWrite(true);
    secondaryConfig.setAllowCreate(true);
    secondaryConfig.setSortedDuplicates(true);
    secondaryConfig.setKeyCreator(new ElementByPrimaryKeyCreator(classCatalog, GFS3v10DomainElementKey.class, GFS3v10DomainElementData.class, String.class));
    elementByPrimaryKeyDatabase = environment.openSecondaryDatabase(null, ELEMENT_PRIMARY_KEY_INDEX + environmentString, elementDatabase, secondaryConfig);
    @Override
         * Gets the Environment.
         * @return Environment.
    public Environment getEnvironment() {
         return environment;
    @Override
         * Gets the Class Catalog.
         * @return Class Catalog.
    public StoredClassCatalog getClassCatalog() {
         return classCatalog;
    @Override
         * Gets Element Database.
         * @return Element Database.
    public Database getElementDatabase() {
         return elementDatabase;
    @Override
         * Gets Element By Primary Key Database.
         * @return Element By Primary Key Database.
    public Database getElementByPrimaryKeyDatabase() {
         return elementByPrimaryKeyDatabase;
    @Override
         * Closes Database and then Environment.
    public void closeUpload() {
         System.out.println("1st Jar environment closing = " + environmentString);
         elementByPrimaryKeyDatabase.close();
         elementDatabase.close();
         classCatalog.close();
         catalogDatabase.close();
         environment.close();
         isClose = true;
    public Boolean isClose() {
         return isClose;
         @Override
         public void closeOthers() {
    for the Main:
    public class sample {
         public static void main(String[] args) {
              String environment1 = "\\\\192.168.160.184\\glassfish\\berkeley\\environment\\home\\Multiple\\Testing11";
              String environment2 = "\\\\192.168.150.211\\glassfish3\\Berkeley\\environment\\Testing11";
              openCloseEnvironment(environment1, environment2);
         public static void openCloseEnvironment(String environment1, String environment2) {
              MethodsSample forEnvironment1 = new MethodsSample(environment1); //Opens the Databases
              MethodsSample forEnvironment2 = new MethodsSample(environment2); //Opens the Databases
              forEnvironment1.closeUpload();
              forEnvironment2.closeUpload();
    // same error happens no matter what sequence for closing
    Thank you.

  • Convert Verbatim-Formatted String to Equivalent Regular String

    Hi,
    I'm writing a parser in C# and was looking for a means of converting a verbatim string to its equivalent regular string representation. This of course includes conversion all verbatim patterns (such as quote escapes and character patterns that need
    to be escaped in the regular format). Is there a sequence of .NET APIs that accomplishes this, or is there a custom method that needs to be written to do this? Thanks.

    If you're writing a parser then why would you need to parse regular expressions?  Normally you define the scanner using pre-defined regular expressions that identify the elements of the language.  You wouldn't be dynamically trying to create an
    RE that your parser would then understand.  If you want to write a parser then I would strongly recommend you use one of the existing parser generators that are available such as ANTLR or Flex/Bison.  Writing a parser is hard enough without having
    to write all the tools needed to write a parser.
    Regular expressions are funny because there is only a subset that is "official".  The rest are determined by the implementation.  For example if you were using Lex or Yacc then the regular grammar they use support different expressions
    than, say,
    Regex from .NET.  For .NET you could pass the string to Regex and handle any exceptions that occur when it parses the grammar.  This would tell you if it were valid or not.  But you'll be tied to the .NET implementation of a regular grammar
    which may or may not be what you want.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Adobe Product API for converting mulptiple formats into PDF and to Embed PDF into PDF ?

    Hi Team,
    Is there any adobe product that allow us to convert multiple formats into .pdf format and also allow us to attach (embed) other pdf files object into a pdf, is there any .net API for that, I want to do this through programming.
    Regards
    Amit

    We want to use this product for our application, for the purpose of converting different files formats into a PDF file and also for attaching files into a single PDF using a web application and windows service. I have to evaluate some features and point regarding this product which are as below:
    1. PDF form creation in future requirement.
    2. Maximum files size that i can convert into PDF.
    3. Memory management when converting N number of files.
    4. Compatibility with C#, .Net Framework 4.0, using MS Visual Studio 2010.
    5. Support of the product for future.
    6. Primary requirement to use PDFLiveCyle for above features.
    7. Basic guidelines before using PDFLiveCyle.
    8. Ease of coding using PDFLiveCyle.
    9. 32bit or 64bit support.
    10. Lisencing information
    Regards
    Amit Mishra

  • How To convert mp4 to mp3 using itunes 11.1.3.8 for windows

    How To convert mp4 to mp3 using itunes 11.1.3.8 for windows

    pgyan wrote:
    How To convert mp4 to mp3 using itunes 11.1.3.8 for windows
    The normal situation would be wanting to convert .m4a (AAC or Apple Lossless) to .mp3 as these are both music file formats. The extension .mp4 is normally for a video file and iTunes itself will only convert music files from one format to another.
    For details on how to convert between music formats see http://support.apple.com/kb/ht1550
    If you want to convert the audio track of an .mp4 video to a .mp3 file then you are going to need to use a different utility.

  • Image file formats to use in print pdfs

    We receive images from several vendors in order to build our catalogs in Adobe InDesign CS2, and then we export print pdfs from InDesign. We want to standardize our requirements for receiving images from vendors, and we had a question related to file formats. Is it okay to use jpeg files as long as they are in high-resolution CMYK format?
    It is a part of our work flow to accept the images untouched from the vendor, no re naming of files, or changing f file formats. I understand that the safest bet is for EPS and TIFF formatted images, but will JPEG files be problematic in any way? Someone told me that because of their compressed format that some info could get lost when embedding into pdfs. Is there a book, or any printed documentation about what types of image file formats to use to create pdfs?
    Thanks,
    Elliott

    (1) There is nothing "unsafe" about JPEG-compressed images. However, JPEG compression is
    lossy and depending upon the type of image, its resolution, and the compression settings used when creating the JPEG file, the results at the end of the workflow may not be satisfactory. That having been said, if JPEG compression is used for a photographic image (not a screen shot or an image representation of what should be a vector diagram), the "maximum quality" setting is used in producing the JPEG image (
    not maximum compression), and the image is of appropriate resolution for its final purpose (at least 150 dpi, preferably closer to 300 dpi for printing) at full magnification, then there is nothing "unsafe" about JPEG.
    (2) You should be aware that saving images in EPS (Encapsulated PostScript) format from Photoshop may yield JPEG compression, depending upon options chosen. Thus, there is nothing inherently "safer" about EPS compared to JPEG. And ironically, you can also get JPEG compression in TIFF files if you aren't careful how you save them, although that is very uncommon.
    (3) CMYK is not necessary for image placement into InDesign as long as the image is tagged with the appropriate ICC color profile (such as sRGB, Adobe RGB, etc.). InDesign can convert those RGB images to whatever the final print conditions are or, if creating PDF, leave the images in RGB format with the ICC profile. How you create the output obviously depends heavily on what type of workflow your print service provider has. More "up to date" printers support color-managed workflows with ICC color profile tagged images in PDF files.
    (4) In terms of receiving images from vendors, if you require them to convert the images from whatever their native RGB color space is to CMYK, you really must specify
    which CMYK and provide the correct ICC color profile to them! Different print processes use different CMYK color spaces. If you convert RGB to the wrong color space, the results can be awful. You are probably best off requiring that vendors submit photos in their original RGB color space, but tagged with the appropriate ICC color profile.
    - Dov

  • Converting Dvd's to use on ipod 60 gig series

    how do I convert a DVD so that I can download it to my ipod? Any help would be greatly appreciated.
    Aloha,
    Kanakea

    What most people will tell you to use is the Videora Ipod Converter. It is used by a lot of people but since it is freeware it does have a few bugs such as converting a file and then the audio not match up with the video no matter how much you customize the settings. There is a program that costs $35 that I would highly recommend. It is called Pqdvd. The pqdvd comes in three different types, you would obviously want the ipod one.
    http://www.pqdvd.com/dvd-to-ipod-video-converter.html
    This program can convert dvd's right from your dvd drive into mp4 format for the ipod and you can customize it to your own personal quality. It works great and is worth the $35...It can also just convert any downloaded video as well. Hope this helps.

  • Using 3 different cameras on one project ?

    Help me understand some things here.  I am a little confussed about the p's and i's and mixing them in FCP X .
    I primarily use 3 different cameras.
    1) Canon MK 5 D MK II at h.264 at 1920 x 1080 29.97 fps or 23.976 fps  I assume this is shot progressive, I can't tell from QT 7 inspector.
    2) GoPro shooting h.264 at1920 x 1080 P 30 NTSC according to the camera instructions.
    3) Sony SR 12 AVCHD at 1920 x 1080 60i according tho the camera manual.
    My question boils down to how to handle the 1080 i footage?  If my final product is both a DVD and upload to a web host service like vimeo or Exposure Room and UTube.
    For the Internet I would export  through the share >  "X"  or share> export movie and convert to 1280 x 720 p and then upload to site.  In both cases the 1080i would be deinterlaced.
    For DVD I would share> export movie and not convert.  The conversion to SD woud be done by the DVD buring software.
    In this case what happens to the various formats ?  Is the progressive converted to interlaced or is the interlaced converted to progressive. 
    Should I maybe deinterlace before importing ?
    What does my project properties have to do with all of this ?
    Any insight would be appreciated.

    Apple don't like this.
    The simplet method would be to:
    1) Make both iPods "enable disk use"
    2) Plug in her iPod
    3) iTunes will probably ask if she wants to delete all of her songs and replace them with your library, select NO.
    4) Open the iPod in Windows Explorer
    5) Simply drag & drop the chosen songs from your library onto the iPod in Explorer.
    Hope all goes well. Click the relevant box above to let other users know if this post is "Helpful" or has "Solved" the problem.

  • Xml report output in excel format without using options tab in EBS

    How to get xml publisher report output in excel format without using options tab in EBS?
    I am getting XML Publisher report output in excel format by using options tab while submitting the concurrent request .
    But i want to get excel output automatically.
    Can anyone give idea to get XML publisher Report output in excel without selecting options tab.
    Thanks in advance
    Sandeep V

    Hey Sandeep,
    I am working on a similar format for a report and if possible can you please give me some guidelines. I have initially created reports using XML Publisher, but for those , the output preview format was PDF. So, if I select the preview format as EXCEL will it give me output in Excel and for this to happen, how do I define the rtf template. I believe the working will be same as for PDF, create a rdf report, get output in XML and apply the template to get the data in Excel or there is something different to this.
    Thanks,
    Sunil

  • How Can i Use two Different Public IP Addresses no my DMZ with ASA Firewall.

    How To Using Two Different Public IP Address on My DMZ with ASA 5520
    Postado por jorge decimo decimo em 28/Jan/2013 5:51:28
    Hi everyone out there.
    can any one please help me regarding this situation that im looking for a solution
    My old range of public ip address are finished, i mean (the 41.x.x.0 range)
    So now i still need to have in my DMZ another two servers that will bring some new services.
    Remember that those two server, will need to be accessable both from inside and from outside users (Internet users) as well.
    So as i said, my old range of public ip address is finished and we asked the ISP to gives some additional public
    ip address to address the need of the two new servers on DMZ. and the ISP gave us the range of 197.216.1.24/29
    So my quation is, on reall time world (on the equipment) how can i Use two different public ip address on the same DMZ
    on Cisco ASA 5520 v8??
    How my configuration should look like?
    I was told about implementing static nat with Sub Interfaces on both Router and ASA interface
    Can someone please do give me a help with a practical config sample please. i can as well be reached at [email protected]
    attached is my network diagram for a better understanding
    I thank every body in advance
    Jorge

    Hi,
    So looking at your picture you have the original public IP address range configured on the OUTSIDE and its used for NAT for different servers behind the ASA firewall.
    Now you have gotten a new public IP address range from the ISP and want to get it into use.
    How do you want to use this IP address range? You want to configure the public IP addresses directly on the servers or NAT them at the ASA and have private IP addresses on the actual servers (like it seems to be for the current server)?
    To get the routing working naturally the only thing needed between your Router and Firewall would be to have a static route for the new public network range pointing towards your ASA OUTSIDE IP address. The routing between your Router and the ISP core could either be handled with Static Routing or Dynamic Routing.
    So you dont really need to change the interface configuration between the Router and ASA at all. You just need a Static route pointing the new public IP address towards the ASA outside IP address.
    Now when the routing is handled between the ISP - ISP/Your Router - Your Firewall, you can then consider how to use those IP addresses.
    Do you want to use the public IP addresses DIRECTLY on the HOSTS behind the firewall?This would require you to either configure a new physical interface with the new public IP address range OR create a new subinterface with the new public IP addresses range AND then configure the LAN devices correspondingly to the chosen method on the firewall
    Do you want to use the public IP addresses DIRECLTY on the ASA OUTSIDE as NAT IP addresses?This would require for you to only start configuring Static NAT for the new servers between the inside/dmz and outside interface of the ASA. The format would be no different from the previous NAT configuration other than for the different IP addresses ofcourse
    Of the above ways
    The first way is good because the actual hosts will have the public IP addresses. Therefore you wont run into problems with DNS when the LAN users are trying to access the server.
    The second way is the one requiring the least amount of configurations/changes on the ASA. In this case though you might run into problem with DNS (to which I refer above) as the server actually has a private IP address but the public DNS might reply to the LAN hosts with a public IP address and therefore connections from LAN could fail. This is because LAN users cant connect to the servers OUTSIDE NAT IP address (unless you NAT the server to public IP address towards LAN also)
    Hopefully the above was helpfull. Naturally ask more specific questions and I'll answer them. Hopefully I didnt miss something. But please ask more
    I'm currently at Cisco Live! 2013 London so in the "worst case" I might be able to answer on the weekend at earliest.
    - Jouni

  • Using a different Rich Text Editor ?

    Hi,
    I'd like to know if you're using a different Rich Text Editor other than the one provided by Oracle ?
    Are you satisfied with it ? Especially in the management of images ?
    Thanks
    Max.

    there is a textflow component
    http://blog.flexexamples.com/2009/07/25/exporting-a-textflow-object-in-flex-4/
    still exports to font tags unfortunately, but its closer than the richtexteditor. Its basically at the point where you could even write your own small parser and adapt the output to the format you desire.

Maybe you are looking for

  • Smartform Printing - TableLine Border not printing

    Dear All,            I tried smartform for PO printing. Once I completed all the code and configured for my dot matrix printer ie., Epson 9 Pin, When I take printout, the tableline borders are not printed. I tried with framed pattern also. Kindly pro

  • Black Thumbnails on Import

    I recently had a strange problem with iPhoto (5.04); On importing a folder of photos, the thumbnails were all black. I had also had my privillages corrupted on my user folder by a bad installer, and could not empty trash or create new folders, etc. I

  • Skype won't install - used to work

    Skype used to work fine and then this morning stopped working. I have uninstalled it all and now it won't reinstall in the new or old version. Gives me the unexpectedly quit error - is this a skype problem or my mac problem. Recently had to do a repa

  • Presenter not showing up

    I installed Presenter, with no problems, but there is no tab for it showing up in PowerPoint. Have tried uninstall/reinstall. Presenter 7 and PowerPoint 2007.

  • Is a correlation ID absolut required for JMS communication?

    Assume I have a BPEL which creates JMS messages and one or more BPEL processes which retrieve these messages from the JMS queue. It is however not necessary that exactly one particular BPEL consuming instance should receive one particular JMS message