Search found 8 matches

Search found 8 matches Page 1 of 1
by falak
Mon Apr 03, 2017 7:49 am
Forum: GoAnywhere OpenPGP Studio
Topic: How to create a seperate Public Key and Secret Key.
Replies: 5
Views: 48378

Yes, I just pick the uploaded file and apply encryption and move to server. Problem is that i want to encrypt that file without using secret key.I have only public key. Secret\Private key is used when other team want decrypt that file on server.
by falak
Fri Mar 31, 2017 2:43 am
Forum: Community Forum
Topic: Problem
Replies: 3
Views: 37524

Hey,
I have issue with moving files together.
I want to move all files from web.So I make trigger "uploads file successful" and call project that delays 30s and move files to second machine, but when i uploaded 3,4 files together ,some files move but not all.
by falak
Wed Mar 29, 2017 3:22 am
Forum: GoAnywhere OpenPGP Studio
Topic: How to create a seperate Public Key and Secret Key.
Replies: 5
Views: 48378

Hey, We received file from HTTPS .After receiving file ,we Encrypt that file and move to another server .I want to Encrypt file only using Public key. When we move file on the server, then we use secret key to decrypt file on that server. is there any way ,I use only public key to encrypt file.
by falak
Thu Feb 02, 2017 5:19 am
Forum: Community Forum
Topic: Can't write a single row from a RowSet to file
Replies: 5
Views: 30304

Read <MyFile> outputRowSetVariable="lineread" forEach itemsVariable="${lineread}" currentItemVariable="line" <!-- Process your Record here using ${line[1]} --> Print file="${Control_Name} append="true" <![CDATA[${line[1]}${system.carriageReturn}]]> /Print /forEach How if we use "insert into" stateme...
by falak
Wed Jan 18, 2017 1:20 am
Forum: Community Forum
Topic: Error in SQL insert
Replies: 10
Views: 25141

You are right but "insert into" not work for dynamic insertion...its good for adding specific columns and specific records.My code inserts data into table but not correct index <project name="loop_test" mainModule="Main" version="2.0" logLevel="verbose"> <module name="Main"> <readCSV label="Read CSV...
by falak
Tue Jan 17, 2017 3:35 am
Forum: Community Forum
Topic: Error in SQL insert
Replies: 10
Views: 25141

I am really sorry ,i can't explain my problem correctly..Actually i need to load thousands records in table from csv file , against 1400 columns in a table . Secondly When i used load LOAD DATA INFILE 'read10.csv' INTO TABLE goanywhere FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n...
by falak
Mon Jan 16, 2017 4:25 am
Forum: Community Forum
Topic: Error in SQL insert
Replies: 10
Views: 25141

I'll Create table abc, table abc have 1422 columns ,now i want to insert data in table abc reading from file.cvs. I use two csv files(header and csvdata),header for column that have one row (headers) and csvdata for insert rows/data. I used sql for insertion insert into abc (${header[head]}) values ...
by falak
Tue Jan 03, 2017 7:15 am
Forum: Community Forum
Topic: Error in SQL insert
Replies: 10
Views: 25141

Im new to go anywhere...I want to create new database table by reading csv file and inserting data into a Database Table ...In csv file i have 1400 colums ..
Search found 8 matches Page 1 of 1