ContributionsMost RecentMost LikesSolutionsJava Bridge Configuration Hi team, just wanted to check if java is mandatory to be installed if i iwant to use External jar like PDFBox. Kind Regards, Krishna SolvedRe: Read csv using Javascript tristaanogre, Thank you very much for your suggestion, Regards, Krishna Re: Read csv using Javascript Requirement is to compare the CSV file with the DB values. So though of using same query to retrieve the data. Regards, Krishna Read csv using Javascript Hi everyone, can any one guide me how to read a csv file using ado connection using javascrip. Regards, Krishna Kumar Solvedpapaparse in javascript Hi Team, please let me know how to use "papaparse" to parse a csv file. Kind Regards, Krishna SolvedRe: Project Variable Hi Mr_Bro , Thank you very much for the code sample. i got the solution for my problem. Kind Regards, Krishna Re: Project Variable tristaanogre , Thank you:) Let me try it. Kind Regards, Krishna Project Variable Hi Team, i am trying to Create a object at run time and pass the same object for all other script. for example, in Method1 - i have created an excel object(Excel.Applilcation) in Method2 - i want to access the object which is created in Method1 without creating the object again. is it possible to store the created object in project variables and access them? please help me out. Kind Regards, Krishna SolvedRe: Store CSV column data in an array VBScript Hi vikassardesai , please reffer the below code and modify as required. Function GetContentFromDB (strFileName, strSQLStatement) Dim objAdCon, objAdRs Set objAdCon = CreateObject(“ADODB.Connection”) objAdCon.Open “DRIVER={Microsoft Excel Driver (*.xls)};DBQ=”&strFileName & “;Readonly=True” If Err <> 0 Then Log.Error(“Error has occured while Creating Connection: ”) Set obj_UDF_getRecordset = Nothing Exit Function End If Set objAdRs = CreateObject(“ADODB.Recordset”) objAdRs.CursorLocation=3 objAdRs.Open strSQLStatement, objAdCon, 1, 3 While objAdRs.EOF=false For i=0 to objAdRs.Fields.count Log.Message(objAdRs.fields(i)) Next objAdRs.moveNext Wend If Err<>0 Then Log.Error(“Error occured”) Set obj_UDF_getRecordset = Nothing Exit Function End If Set objAdRs.ActiveConnection = Nothing objAdCon.Close Set objAdCon = Nothing End Function above function will take two parameters (filename with the path and query) below is the sample call method Set rsSampleRS= GetContentsFromDB(“C:\Documents and Settings\mohank\Desktop\Login.csv”, “Select [UserName] from [sheet1]”) please let me know if its working or not Kind Regards, Sathish Kumar K Re: Same application on different OS giving different object spy results property should be same in both the proc.. only then the regular expression for the propValue will work check for the properties which are same in both the processes. Kind regards, Sathish Kumar K