Smart Article Extractor avatar

Smart Article Extractor

Try for free

No credit card required

Go to Store
Smart Article Extractor

Smart Article Extractor

lukaskrivka/article-extractor-smart
Try for free

No credit card required

📰 Smart Article Extractor extracts articles from any scientific, academic, or news website with just one click. The extractor crawls the whole website and automatically distinguishes articles from other web pages. Download your data as HTML table, JSON, Excel, RSS feed, and more.

Do you want to learn more about this Actor?

Get a demo
JR

Date to Timestamp?

Closed

japan_ravel opened this issue
10 months ago

I am using this actor to feed into pinecone and would like an easy way to add a unix epoch timestamp instead of the text string date (to do pre-filtering before using the data for a RAG implementation). Is there an easy way to convert the date field to timestamp or add a new field when I use the pinecone integration feature? Many thanks!

lukaskrivka avatar

Hello,

Thanks for the suggestion. Actually, you can paste this code to the "Extend Output Function" and then use the unixDate field while keeping the original date as it was.

1($, item) => {
2    item.unixDate = new Date(item.date).getTime()
3    return item
4}

If we get more requests like this, we would add a transformation to the Pinecone integration.

JR

japan_ravel

10 months ago

Thanks so much!

Developer
Maintained by Apify

Actor Metrics

  • 260 monthly users

  • 78 stars

  • >99% runs succeeded

  • 2.3 days response time

  • Created in Nov 2019

  • Modified a month ago

Categories