on 2009 Sep 09 8:47 PM
I have a flat file in which i need to add a B in front of everything in Column A (which is Account). I can't change the source file so how can i do this conversion in BPC? Also, this file has no header. Thanks.
In the conversion file, I beleive you would just simply use the 2 columns and place a " * " wildcard in column A, and then "B*" in column B.
Hop ethis helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Regarding your Header , you need to specify NO for header in transformation file. Also you can you skip command if you want to skip any number of rows.
Regarding Adding character, either you can go with javascript in conversion file (replace command using *) or with above mention solution by petar.
Ajay
Edited by: Ajay.khare on Sep 10, 2009 10:24 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
4 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.