text-manipulation
A macro to convert a SQL query to a string concatenation and viceversa?
I\'m working with Access and I have many queries in the code like \"SELECT something, something \" _ & \"FROM the_table \" _[详细]
2023-04-03 08:47 分类:问答Large text file manipulation
Seeking help on manipulating large text files. I\'m not a programmer and apparently have some serious trouble with regex. The text files in question are an output of some tool that logs enormous amoun[详细]
2023-03-30 18:43 分类:问答Text Searching and Manipulation
So the file I am importing into a ListBox looks like this (each newline is a new item in the ListBox):[详细]
2023-03-27 05:15 分类:问答Use last rows for suggesting types in SQL Server 2008 R2 Import Wizard
I use SQL Server to locally store data for statistical analysis. I create my tables from csv files that typically have hundreds of columns. Manually prescribing column names and types would be tedious[详细]
2023-03-11 03:51 分类:问答Extracting strings from binary file using regex and converting to ASCII -- Using Perl
Trying to figure out how to extract a string off characters from a binary file and convert them to ascii. The characters are a barcode, which is preceded by a constant string of text. My thought is to[详细]
2023-03-05 09:30 分类:问答Extracting "plaintext" header from HEX file using Perl
Have a file that appears to have plaintext headers in them that I would like to extract and convert to plaintext.[详细]
2023-03-04 17:07 分类:问答How to extract two consecutive digits from a text field in MySQL?
I have a MySQL database and I have a query as: SELECT `开发者_Python百科id`, `originaltext` FROM `source` WHERE `originaltext` regexp \'[0-9][0-9]\'[详细]
2023-02-17 16:08 分类:问答Edit configuration file through python
I need to edit a configuration file through python and i tried searching on stackoverflow and google and they don\'t cover my situation, since i need to replace lines in the file and perform matches i[详细]
2023-02-16 13:35 分类:问答Find url in plain text and insert HTML A markups
I have text with URL and I need to wrap them with HTML A markup, how to do that in c#? Example, I have[详细]
2023-02-15 10:48 分类:问答Get latest 100MB Of text file in linux
How do I get the latest 开发者_运维技巧100MB from a text log on Linux? Is there a tool for it, or could you point me on a script?[详细]
2023-01-15 06:50 分类:问答