function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bca321bca321 

skip line

Hi,

 

Pl's tell me how to remove line from text file.

mikefmikef

Can you be more descriptive?

 

Do you want to remove the extra line in a file if it's double spaced?

 

You can use;

 

sed /^$/d FILENAME 

 

bca321bca321
Message Edited by bca321 on 03-10-2009 04:27 AM
mikefmikef

So are you asking, if an email has an attachment like this file get it into salesforce.

 

Or just a one time data load of this file?

bca321bca321

Hi,

 

I want just one time data load of the file.

mikefmikef

then i would use MS Excel to import the data, with its data import feature.

save the file as a csv.

use the data loader to insert the data.