No announcements
Found 1241258 threads
-
0 Votes
remove carriage return between text two objects
Hi , Try like this , --To replace Carriage return =REPLACE(Fields!Answered | 1 Replies | 1793 Views | Created by rama rose - Wednesday, December 18, 2013 12:34 AM | Last reply by SathyanarrayananS - Wednesday, December 18, 2013 2:28 AM -
1 Votes
Remove carriage returns and then replace
£ as a replacement for the line feed and carriage returns.Answered | 10 Replies | 8087 Views | Created by james_stap - Friday, January 26, 2018 8:56 AM | Last reply by james_stap - Monday, January 29, 2018 5:02 PM -
0 Votes
How to remove carriage return to unwrap flat file
Hi LyndseyCupit0913, If you want to remove all carriage return in Flat file, please using Replace function in the Derived Column ...Answered | 2 Replies | 5368 Views | Created by LyndseyCupit0913 - Tuesday, May 24, 2016 6:15 PM | Last reply by Seif Wang - Wednesday, June 1, 2016 1:48 AM -
0 Votes
insert carriage return in the middle of the text
Sorry i was running it with a different text search so thats why did not see the carriage return in result set.Answered | 7 Replies | 8203 Views | Created by madhavi ajjarapu - Wednesday, September 19, 2012 3:56 PM | Last reply by madhavi ajjarapu - Thursday, September 20, 2012 5:19 PM -
0 Votes
import-csv remove carriage return in column
But it can be better to use the following, to replace all combinations of newline and carriage return: $NewValue = $Value -replace ...Answered | 23 Replies | 15033 Views | Created by jh_tokyo - Wednesday, June 22, 2016 12:52 AM | Last reply by FrancescaSWE - Friday, October 18, 2019 12:39 PM -
1 Votes
Carriage return symbol is removed from XML
If any characters with CARRIAGE RETURN (#xD), whenever CARRIAGE RETURN (#xD) is followed by LINE FEED (#xA) or not, will be translate to a single #xA character, to ...Answered | 3 Replies | 10935 Views | Created by dalong - Friday, November 25, 2011 4:22 PM | Last reply by ohnobinki - Wednesday, July 16, 2014 8:50 PM -
0 Votes
Pasring multiple fields into the Description field with a carriage return between each in Orchestrator
Under Details, selec PowerShell for the Type, and in the Script $Desc = "Username: Username field from the Published Data" + "`n" + "Manager: ...Answered | 3 Replies | 2955 Views | Created by Luis Al - Friday, May 3, 2013 7:35 PM | Last reply by trainedloser - Monday, March 17, 2014 7:36 PM -
0 Votes
NTEXT Carriage return corrupt
This issue may be caused by the font type discrepancy between SQL Server 2005 SP3 and PDF, to figure out it, there is one work-around: replace the carriage ...Answered | 1 Replies | 4239 Views | Created by Jefta - Tuesday, August 9, 2011 8:39 AM | Last reply by Sharp Wang - Thursday, August 11, 2011 10:17 AM -
1 Votes
carriage returns
The other part is that I want to get the current data from an sql server 2000 database into excel so that i can see where the carriage returns are in the data. ...Answered | 6 Replies | 5253 Views | Created by prib - Tuesday, April 27, 2010 10:06 PM | Last reply by Naomi N - Wednesday, April 28, 2010 12:00 PM -
0 Votes
Carriage return missing in webservice Lists.asmx
So we can avoid to insert Carriage Return into the textbox having “ Multiline” TextMode property or in TextArea control.Answered | 6 Replies | 7379 Views | Created by ekomsdn - Monday, June 8, 2009 11:19 AM | Last reply by elizas - Tuesday, May 11, 2010 9:23 AM -
1 Votes
Counting Carriage returns
You can count the carriage return by the below method.CHAR(13) is the carriage return character.Answered | 2 Replies | 10026 Views | Created by ScottCollins - Wednesday, June 9, 2010 10:42 AM | Last reply by Naomi N - Wednesday, June 9, 2010 2:02 PM -
0 Votes
Return string with Carriage Returns (chr(13)) from BCS
Do you think that the bcs runtime is removing the carriage returns that my code inserted?Answered | 4 Replies | 3733 Views | Created by Russell_G - Thursday, April 5, 2012 1:00 PM | Last reply by Russell_G - Friday, April 13, 2012 1:56 PM -
0 Votes
Add Carriage return problem
$body = get-content "d:\Sharepoint backups\spbrtoc.xml" | where-object { $_ -match "Count" -or $_ -match "Time"} | Out-StringAnswered | 1 Replies | 1951 Views | Created by Dave_irb - Friday, November 2, 2012 12:47 PM | Last reply by Kazun - Friday, November 2, 2012 1:29 PM -
0 Votes
How do I add a carriage return in windows 7 legal notice text?
To insert a carriage return after a line of text, click the space just after the last character in the message where you want to put the first carriage ...Answered | 4 Replies | 15658 Views | Created by ThangMo - Thursday, February 28, 2013 4:44 AM | Last reply by ThangMo - Thursday, February 28, 2013 5:59 PM -
1 Votes
Carriage Leaf Returns
Hi PHKofiHBSmith, Welcome to the MSDN forum.Answered | 3 Replies | 3559 Views | Created by PHKofiHBSmith - Thursday, October 25, 2012 9:24 AM | Last reply by PHKofiHBSmith - Sunday, October 28, 2012 10:18 PM -
0 Votes
Carriage Return + Line Feed
I have massive data being imported to text files from the database (from production environment) using BCP command, which gets loaded to my reporting environment via bulk load method.Answered | 1 Replies | 5202 Views | Created by SubhashP - Wednesday, July 21, 2010 4:32 AM | Last reply by Todd McDermid - Wednesday, July 21, 2010 4:55 AM -
0 Votes
XML With Carriage Return in ExecuteSQL task
The issue is, that the FOR XML AUTO returns the data without white spaces.Answered | 2 Replies | 2282 Views | Created by cherriesh - Friday, August 16, 2013 4:11 AM | Last reply by - Thursday, February 4, 2016 2:47 AM -
0 Votes
BCP when a NTEXT column contains carriage returns
Best way is to replace carriage return with come character.Answered | 4 Replies | 10035 Views | Created by KenTedD - Wednesday, June 13, 2012 5:36 PM | Last reply by Erland Sommarskog - Wednesday, September 7, 2016 9:19 PM -
1 Votes
Can I preserve carriage returns in a string variable from SQL Server?
Are you sure there is a carriage return in there and not just a newline?Answered | 10 Replies | 13743 Views | Created by catamounts - Saturday, May 17, 2014 1:02 AM | Last reply by catamounts - Monday, May 19, 2014 5:44 PM -
0 Votes
Text file with comment filed containing carriage returns
I have a text file that is tab delimited, non-qualfied, with column names as the first row.Answered | 5 Replies | 3975 Views | Created by Alain Quesnel - Tuesday, August 7, 2012 5:33 PM | Last reply by ArthurZ - Tuesday, August 7, 2012 11:52 PM - Items 1 to 20 of 1241258 Next ›
No announcements