Le 13/01/2021 à 23:28, Howard a écrit :
I have several hundred lines of data. Each observation occupies two lines; however, in a number of places (not all) a blank line exists between observations. For example, between the first data element, Max Scherzer, and the second one, Justin Verlander, is a blank line. (A sample is below.)

The first two rows contain the column names.

How can I remove all the blank lines? After doing that, I want to be able to paste the data back into a spreadsheet for further manipulation.

RkNamePlayerMatchingWLW-LpctERAGSCGSHOSVIPHRERHRBBSOWHIPSBCSWPATm
1Max Scherzer\scherma01Max Scherzer845680.8751.5684840584.129410710153897870.6616521.1WSN 2Justin Verlander\verlaju01Justin Verlander8049110.8171.7280530554.026911410659886930.649718.9DETHOU 3Zack Greinke\greinza01Zack Greinke795160.8951.6379110529.0306989637685240.71111117.5LADARIHOU 4Clayton Kershaw\kershcl01Clayton Kershaw754870.8731.3875650509.1254837832566050.615817.4LAD


Find

\n\n

Replace

\n

--
This is the BBEdit Talk public discussion group. If you have a feature request or need 
technical support, please email "[email protected]" rather than posting here. 
Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/99538461-217d-472b-f679-10f908f767eb%40gmail.com.

Reply via email to