All Tags » convert (RSS)

Browse by Tags

  • Excel 2003 - Convert XLS to CSV automated

    Hi: I have been reading the forums here and have not been able to figure out how to convert and XLS file to CSV format. The file is located in: C:\Automated CFP Reporting\mail The file name is not static - well actually the only thing static is the IRR at the front: IRR*.xls I would like to take this...
    Posted to MS Excel (Forum) by software on 06-12-2010
  • SQL Statement Convert varChar to Int for Sort

    I have a SQL 2000 table that has jersey numbers as a column (jerNumber). This column is a varchar(3) because I have to enter values such as 00, 04, 08, etc. Making this an int column is not an option. What I need to do is sort on this column to have the sort come out in numerical order like 0, 00, 01...
    Posted to ASP (Forum) by software on 06-02-2010
  • Convert string to number using VB / VBScript

    I'm trying to create a serialized identification string, where the first 4 characters are letters and the last 5 characters are numbers. To create a new ID, I get the maximum ID string from the database, extract the final 5 characters (which are in the form 00001, 00002, etc.), convert them to a...
    Posted to ASP (Forum) by software on 06-02-2010
  • Convert GetDate() to (DD/MM/YYYY) format

    I am trying to run a conditional SQL statement to append info from one table to another where the Date in the DateField is >Todays but I am using getdate() but i keep getting this error: Undefined function 'getdate' in expression. /DIGFootball/Admin/FriDiv3/update2.asp, line 143 [Line 142...
    Posted to ASP (Forum) by software on 06-02-2010
  • convert date into unix timestamp

    Hi, i would like to convert a date format into unix timestamp. I searched the whole web but did not find anythin yet. Any sollutions?? tnahx a lot
    Posted to Perl (Forum) by software on 06-02-2010
  • Convert JSON to XML

    Hi All, I recieve JSON data from an ajax request into a hidden div. I now need to convert that JSON into XML that I can pass over on to a javascript function. I need a javascript way of converting JSON to XML. Is there any popular solution? Thanks in advance.
    Posted to XML (Forum) by software on 06-02-2010
  • Convert XML/XSL to Excel

    I am looking for a code or a reference about how to convert an XML file with XSL to MS-Excel. thanks
    Posted to XML (Forum) by software on 06-02-2010
  • Convert XML to CSV

    I need to convert an XML file into a CSV file. If i have an XML file formatted as follows: The transformation needs to handle more fields than shown in the example XML file above. Is there a way to loop through attributes? Can you please provide me with a sample XSL file to tranform. Thanks
    Posted to XML (Forum) by software on 06-02-2010
  • Convert md5 into actual text

    How do you convert a password that has been put into md5 format back into regular text to allow for a safe login? I am trying to login to my site, but the password has been set to md5 format, therefore I cannot get in.
    Posted to PHP (Forum) by software on 06-02-2010
  • PHP Convert String to Integer?

    Can someone tell me what is the PHP equivalent of the ASP's CInt() function? I am trying to convert this piece of code to PHP for k=1 to 4 if CInt(userChoice) = k Then choiceChecked = "checked" next This is what I have so far: for ($k=1; $k if (CInt($userChoice) == $k) $choiceChecked =...
    Posted to PHP (Forum) by software on 06-02-2010
Page 1 of 81 (802 items) 1 2 3 4 5 Next > ... Last ยป