# Read from text file and ignore some part

**URL:** https://discourse.julialang.org/t/read-from-text-file-and-ignore-some-part/20960
**Category:** General Usage
**Created:** [February 19, 2019, 1:28am UTC](https://discourse.julialang.org/t/read-from-text-file-and-ignore-some-part/20960 "2019-02-19T01:28:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Suraj\_Pawar](https://avatars.discourse-cdn.com/v4/letter/s/aca169/32.png) [@Suraj\_Pawar](https://discourse.julialang.org/u/Suraj_Pawar)
#### Post date: [February 19, 2019, 1:28am UTC](https://discourse.julialang.org/t/read-from-text-file-and-ignore-some-part/20960/1 "2019-02-19T01:28:47Z")

</div>

I have a text file in which each row has the below format  
2!ipr;[1]moin,[2]harmonic(16),[3]harmonic(1),[4]exp|  
4 !ips;[1]AD(Jacobi),[2]GS(SOR/SUR),[3]SD,[4]CG,[5]BiCGSTAB|

---

<div class="post-metadata">

### Author: ![Seif\_Shebl](https://avatars.discourse-cdn.com/v4/letter/s/eada6e/32.png) [@Seif\_Shebl](https://discourse.julialang.org/u/Seif_Shebl)
#### Post date: [February 19, 2019, 5:56pm UTC](https://discourse.julialang.org/t/read-from-text-file-and-ignore-some-part/20960/2 "2019-02-19T17:56:43Z")

</div>

Isn’t it the same question as this [Read from text file and skip some part of text](https://discourse.julialang.org/t/read-from-text-file-and-skip-some-part-of-text/20961)?
