Hello.
For my job I get in txt files that look fairly well like gibberish if you don't know what you are looking for (and honestly a bit like gibberish even if you do.) My problem is that in the text files there are long repetitions of junk with relevant data in them. For example:
	And then patterns like this repeats 80 times or so, depending on the order it comes from. But in each of those blocks there is relevant information that I would like to keep
What I would like to do is set it up so that a program or macro sifts through the blocks of text and puts the relevant information into the appropriate fields in a table in Microsoft Access. I know what the information is, and where it is, line and character. I just need a way to tell the program to ignore this set number of characters, copy these ones, then jump to the next line and continue. Does anyone have any idea how this can be done?
Please get back to me asap. Thank you so much.
					For my job I get in txt files that look fairly well like gibberish if you don't know what you are looking for (and honestly a bit like gibberish even if you do.) My problem is that in the text files there are long repetitions of junk with relevant data in them. For example:
Code:
	z260006U62425L U62425L z22000000000060000N# 000000000137000000000000137000000000006PzS000006000 z24JpPpN 6 JvWvL(S) QUpRTZ pNpL#5,z97Np xRpSS 5#Ly PLpTvy zpSv,z97Np STp7 z24NLvSS STvvL S#L7y 5#Ly PLpTvy STRpP z24xy 0006 6 7601666060 0000006N# 00000000702 7901009033 00000000000 RP z24xy 0006 1 7601666010 0000006N# 00000006055 7901009033 00000000000 zN z24xy 0006 2 7601666020 0000006N# 00000000394 7901009033 00000000000 zN z24xy 0006 5 7601666050 0000006N# 00000000014 7901009033 00000000000 RP
What I would like to do is set it up so that a program or macro sifts through the blocks of text and puts the relevant information into the appropriate fields in a table in Microsoft Access. I know what the information is, and where it is, line and character. I just need a way to tell the program to ignore this set number of characters, copy these ones, then jump to the next line and continue. Does anyone have any idea how this can be done?
Please get back to me asap. Thank you so much.
 
	 
							
						 
	
Comment