# Stream tracer seeds from points in a CSV

**URL:** https://discourse.paraview.org/t/stream-tracer-seeds-from-points-in-a-csv/6607
**Category:** ParaView Support
**Created:** [March 3, 2021, 9:52pm UTC](https://discourse.paraview.org/t/stream-tracer-seeds-from-points-in-a-csv/6607 "2021-03-03T21:52:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![garage\_physicist](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/g/8491ac/32.png) [@garage\_physicist](https://discourse.paraview.org/u/garage_physicist)
#### Post date: [March 3, 2021, 9:52pm UTC](https://discourse.paraview.org/t/stream-tracer-seeds-from-points-in-a-csv/6607/1 "2021-03-03T21:52:46Z")

</div>

Hi All,

I want to feed ParaView a set of specific x, y, and z values for the stream tracer seeds, e.g. from a CSV file. How can I do this?

Thanks.

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [March 4, 2021, 1:00am UTC](https://discourse.paraview.org/t/stream-tracer-seeds-from-points-in-a-csv/6607/2 "2021-03-04T01:00:04Z")

</div>

You can load a csv file directly into ParaView. You will get a table. You can then use the `Table To Points` filter to convert the rows of the table to points in space.

Once you have the seeds as points in space (and have also loaded the volume containing the vector field you want to create streams from), you can use the `Stream Tracer With Custom Source` filter. This filter will take two inputs. One input will be the volume containing the vector field. The other input will be the seed points.
