Jump to content

Java Experts Chinna Help


Recommended Posts

Posted

Okka program ki output ila ravali

 

konchem code sheppandhi

 

variables:

12345

laptop

12345_temple

 

 

constats:

dimple.

 

 

output: 

 

 

"12345","laptop",""dimple","12345_temple","1",,,,

Posted

let me know the full details 

Posted

let me know the full details 

em details kavalo cheppu bro

pampisthe

Posted

public class sample{

 

public void print(String a , String b , String c){

 

System.out,println( a +"Dimple" +b + c);

}

public static void main(String args[]{

     sample s = new Sample() ;

      s,print("123","laptop", "245_sample") ;

}

}

Posted

try the above and let me know 

Posted

sorry bro i was not clear

 

here is my intention

 

When the program runs, it should ask for four details

 

1) Starting Number ( this should be an integer)

2) Enter the range ( integer)

3) Enter type(string, example input: google chrome)

4) Enter Alias same as 3.

 

 

After the execution, i want a file to be generated of type .csv and stored in desktop

 

header for file should be

 

"Number","Type","State","Alias","Specific type","association"," Section name"," Option name","Option Value"

"12345","Rouing pixel","Enabled","12345_tmpessssss","True","Default","1",,,,,

 

 

from the above line

 

12345 is the first value we took 

rouing pixel is the second value we took 

enabled is constant it will remain as is

the next element "1234_tempessssss" is the combination of first and fourth input

rest of the value (true,default,1,,,,) should remain as is no change, they are constants.

 

 

Let me know if you need more details

i will post a pic of file if you want to

 

 

Posted

execute chestunnapudu range 1 ani isthe only one line undali file lo

 

range 50 ani isthe file lo 50 lines undali, a starting number ni base chesukoni next numbers +1 undali

Posted

it is quite doable 

is it urgent?

 

i am on support for some one else so i will do after that....

 

 

Posted

it is quite doable 

is it urgent?

 

i am on support for some one else so i will do after that....

i will wait for you thanks man, you want me to send you the pic of file?

Posted

is it fixed length CSV?

Posted

yep pl send it will helpful

i will wait for you thanks man, you want me to send you the pic of file?

 

Posted

is it fixed length CSV?

really don't know bro.

 

i will use this csv file to import the data into another app.

nenu manual ga same csv file ni chesa, was able to import into the other app

but this manual thing is too time taking

Posted

ok let me give the code then u can work on from there

really don't know bro.

 

i will use this csv file to import the data into another app.

nenu manual ga same csv file ni chesa, was able to import into the other app

but this manual thing is too time taking

 

×
×
  • Create New...