<div dir="ltr">I was able to properly load the file you posted and the values posted by Scott. I am not certain why it did not work before, perhaps I did not have the "Merge Consecutive Delimiters" selected, but thought for sure I had toggled it. <br><br>It also seems that after playing around with the "Calculator" I am able to load the vectors as expected. Still very new to PV.<br><br>So, it seems that the two of you have been helpful in remedying my ignorance. Thanks. <br><br>Zach</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 26, 2016 at 8:28 AM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can you attach a sample file that "does not work"? I tried spaces,<br>
multiple spaces, commas as separators and all worked just fine for me.<br>
I set the "Field Delimiter Characters" as a space (or comma) and also<br>
checked "Merge Consecutive Delimiters". Likewise, the sample file Alan<br>
included also loads for me.<br>
<br>
Note, a CSV file will simply be read in as a Table. If you want<br>
ParaView to interpret the x-coord, y-coord arrays as point<br>
coordinates, you have to apply the "Table to Points" filter and select<br>
which columns correspond to the coordinates. Similar to combine<br>
multiple columns into a vector, you have to apply the "Calculator"<br>
filter and use a function such as "iHat * scalar0 + jHat * scalar1".<br>
<br>
Attached state file and csv demonstrates how a file with 4 columns can<br>
be processed to read points and velocity vectors.<br>
<br>
Utkarsh<br>
<div><div class="h5"><br>
<br>
<br>
On Fri, Feb 26, 2016 at 6:37 AM, Zach <<a href="mailto:zachnap@gmail.com">zachnap@gmail.com</a>> wrote:<br>
> I think there may be two spaces, but whitespace is whitespace. Not even<br>
> Excel gets confused by the spacing. I've tried the sample case above, but PV<br>
> still did not recognize the delimit.<br>
><br>
> I have 4 columns:<br>
><br>
> x-coord y-coord u-velocity v-velocity<br>
><br>
> The x, y, z, scalar doesn't achieve what I want.<br>
><br>
> I need something of the form:<br>
><br>
> x-coord y-coord vector-direction scalar<br>
><br>
> Thanks<br>
><br>
> On Thu, Feb 25, 2016 at 9:55 PM, Scott, W Alan <<a href="mailto:wascott@sandia.gov">wascott@sandia.gov</a>> wrote:<br>
>><br>
>> Just guessing here – you may have more spaces in the file than you think?<br>
>> Or, PV may be looking for a space, and you have two?  That’s the reason I<br>
>> recommend commas.<br>
>><br>
>><br>
>><br>
>> Try this little toy problem that I use all the time:<br>
>><br>
>><br>
>><br>
>> x-coord y-coord z-coord scalar<br>
>><br>
>> 0 0 0 0<br>
>><br>
>> 1 0 0 1<br>
>><br>
>> 0 1 0 2<br>
>><br>
>> 1 1 0 2<br>
>><br>
>> -0.5 -0.5 1 4<br>
>><br>
>> -0.5 -0.5 1 5<br>
>><br>
>> -0.5 -0.5 1 6<br>
>><br>
>> -0.5 -0.5 1 7<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> From: Zach [mailto:<a href="mailto:zachnap@gmail.com">zachnap@gmail.com</a>]<br>
>> Sent: Thursday, February 25, 2016 7:53 PM<br>
>> To: Scott, W Alan<br>
>> Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
>><br>
>><br>
>> Subject: Re: [EXTERNAL] [Paraview] Importing Vector (i.e., CSV text) files<br>
>><br>
>><br>
>><br>
>> Alan,<br>
>><br>
>><br>
>> I have tried the " ", and it didn't have the effect I had hoped for.<br>
>><br>
>> Yes, table to point makes points at the coordinates. I have vectors at<br>
>> certain pixel coordinates - processed PIV images. I have (x,y) location with<br>
>> a vector of velocity components (Ux, Uy) at those coordinates. The table to<br>
>> point seems to be wanting a scalar value at the location.<br>
>><br>
>> Thanks<br>
>><br>
>><br>
>><br>
>> Zach<br>
>><br>
>><br>
>><br>
>> On Thu, Feb 25, 2016 at 7:02 PM, Scott, W Alan <<a href="mailto:wascott@sandia.gov">wascott@sandia.gov</a>> wrote:<br>
>><br>
>> Zach,<br>
>><br>
>><br>
>><br>
>> Please keep this reply on list, so we all get to learn (and I get to be<br>
>> corrected when I mess up).<br>
>><br>
>><br>
>><br>
>> Try changing the Field Delimiter Characters string to be “ “<br>
>><br>
>><br>
>><br>
>> Table to point makes points (or dots).  I don’t understand your comment<br>
>> about vectors.<br>
>><br>
>><br>
>><br>
>> Alan<br>
>><br>
>><br>
>><br>
>> From: Zach [mailto:<a href="mailto:zachnap@gmail.com">zachnap@gmail.com</a>]<br>
>> Sent: Thursday, February 25, 2016 4:26 PM<br>
>> To: Scott, W Alan<br>
>> Subject: Re: [EXTERNAL] [Paraview] Importing Vector (i.e., CSV text) files<br>
>><br>
>><br>
>><br>
>> I saw the comma separation, but very inconvenient not to have whitespace<br>
>> delimit. That means I have to go through 30,000 files and change the format<br>
>> - sure it only requires writing a script to change, but white space delimit<br>
>> is a fairly basic standard.<br>
>><br>
>> I have used the table to point filter, but I have vector data, the filter<br>
>> reads an X, Y, and Z value. I have x and y location and then Ux, and Uy. So,<br>
>> i have only been able to get dots at the x,y locations so far but no<br>
>> vectors.<br>
>><br>
>> Thanks for the help.<br>
>><br>
>> Zach<br>
>><br>
>><br>
>><br>
>> On Tue, Feb 23, 2016 at 9:57 PM, Scott, W Alan <<a href="mailto:wascott@sandia.gov">wascott@sandia.gov</a>> wrote:<br>
>><br>
>> I’m not sure if white space works – but comma’s do work.<br>
>><br>
>><br>
>><br>
>> For instance, X, Y, Z, Var does work.<br>
>><br>
>><br>
>><br>
>> Then, use the Table to Point filter.<br>
>><br>
>><br>
>><br>
>> There is more information here:  <a href="http://www.paraview.org/Wiki/Data_formats" rel="noreferrer" target="_blank">http://www.paraview.org/Wiki/Data_formats</a><br>
>><br>
>><br>
>><br>
>> Does that answer the question?<br>
>><br>
>><br>
>><br>
>> Alan<br>
>><br>
>><br>
>><br>
>> From: ParaView [mailto:<a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>] On Behalf Of Zach<br>
>> Sent: Tuesday, February 23, 2016 7:47 PM<br>
>> To: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
>> Subject: [EXTERNAL] [Paraview] Importing Vector (i.e., CSV text) files<br>
>><br>
>><br>
>><br>
>> Hello:<br>
>><br>
>> I am trying to import vector files into Paraview which are really just csv<br>
>> text files delimited by whitespace. I am able to open the files, but they<br>
>> read in as a single column and I am unable to find the "delimit options" in<br>
>> any of the manuals or online materials.<br>
>><br>
>> Do vector files need to be formatted with a particular scheme in order for<br>
>> Paraview to properly read them? Thanks<br>
>><br>
>> Regards,<br>
>><br>
>> Zach<br>
>><br>
>><br>
>><br>
>><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
><br>
</blockquote></div><br></div>